Html Css Color HEX #0F716F Pine Green

📋 copy color: '#0F716F'

red 15 ◦ green 113 ◦ blue 111

#0F716F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #0F716F

Tints of Pine Green #0F716F

RGB

 RED value IS 15 (6.25% from 255) = 6.28%

 GREEN value IS 113 (44.53% from 255) = 47.28%

 BLUE value IS 111 (43.75% from 255) = 46.44%

R = 6.28%
G = 47.28%
B = 46.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F716F (or 0x0F716F) is known color: Pine Green. HEX triplet: 0F, 71 and 6F. RGB value is (15,113,111). Sum of RGB (Red+Green+Blue) = 15+113+111=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #0F716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F716F is #F08E90. Grayscale: #535353. Windows color (decimal): -15765137 or 7303439. OLE color: 7303439.

HSL color Cylindrical-coordinate representation of color #0F716F: hue angle of 178.78º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F716F is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 113 111 -
CMYK 0.87 0 0.02 0.56
HSL 178.78º 0.77% 0.25% -
HSV(B) 178.78º 0.87% 0.44% -
XYZ 8.97 13.06 17.09 -
YUV 83.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 15 113 111 0.87 0 0.02 0.56 178.78 0.77 0.25
Hex F 71 6F 57 0 2 38 B3 4D 19
Octal 17 161 157 127 0 2 70 263 115 31
Binary 1111 1110001 1101111 1010111 0 10 111000 10110011 1001101 11001

Color Harmonies of #0F716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F716F

Black with #0F716F

Text Example


Text Example

White with #0F716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F716F; }

 p { color: rgb(15,113,111); }

 H1.HeaderClassName
 {
   color: #0F716F;
 }
 .AnyTagClassName
 {
   color: #0F716F;
 }
</style>

background-color css

<style>
 a { background-color: #0F716F; }

 a { background-color: rgb(15,113,111); }

 div.DivClassName
 {
   background-color: #0F716F;
 }
 .BgClassName
 {
   background-color: #0F716F;
 }
</style>

border-color css

<style>
 span { border-color: #0F716F; }

 span { border-color: rgb(15,113,111); }

 td.TdClassName
 {
   border-color: #0F716F;
 }
 .TagClassName
 {
   border-color: #0F716F;
 }
</style>