#0f706d

Color #0F706D Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #0F706D

Tints of Pine Green #0F706D

Color information

#0F706D (or 0x0F706D) is unknown color: approx Pine Green. HEX triplet: 0F, 70 and 6D. RGB value is (15,112,109). Sum of RGB (Red+Green+Blue) = 15+112+109=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #0F706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F706D is #F08F92. Grayscale: #525252. Windows color (decimal): -15765395 or 7172111. OLE color: 7172111.

HSL color Cylindrical-coordinate representation of color #0F706D: hue angle of 178.14º degrees, saturation: 0.76, 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 #0F706D is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB15112109-
CMYK0.8700.030.56
HSL178.14º76.38%24.9%-
HSV(B)178.14º86.61%43.92%-
XYZ8.7512.7916.48-
YUV82.66142.8679.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.36%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=6.36%
G=47.46%
B=46.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal151121090.8700.030.56178.1476.3824.9
HexF706D570338b24c19
Octal17160155127037026211431
Binary111111100001101101101011101111100010110010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f706d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,112,109); }

 H1.HeaderClassName
 {
   color: #0f706d;
 }
 .AnyTagClassName
 {
   color: #0f706d;
 }
</style>
background-color css

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

 a { background-color: rgb(15,112,109); }

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

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

 span { border-color: rgb(15,112,109); }

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