#0D706B

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

Shades of Pine Green #0D706B

Tints of Pine Green #0D706B

Color information

#0D706B (or 0x0D706B) is unknown color: approx Pine Green. HEX triplet: 0D, 70 and 6B. RGB value is (13,112,107). Sum of RGB (Red+Green+Blue) = 13+112+107=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #0D706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D706B is #F28F94. Grayscale: #515151. Windows color (decimal): -15896469 or 7041037. OLE color: 7041037.

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

Color convert

RGB13112107-
CMYK0.8800.040.56
HSL176.97º79.2%24.51%-
HSV(B)176.97º88.39%43.92%-
XYZ8.6112.7415.91-
YUV81.83142.278.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=5.60%
G=48.28%
B=46.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal131121070.8800.040.56176.9779.224.51
HexD706B580438b14f19
Octal15160153130047026111731
Binary1101111000011010111011000010011100010110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,112,107); }

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

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

 a { background-color: rgb(13,112,107); }

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

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

 span { border-color: rgb(13,112,107); }

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