#0D7870

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

Shades of Pine Green #0D7870

Tints of Pine Green #0D7870

Color information

#0D7870 (or 0x0D7870) is unknown color: approx Pine Green. HEX triplet: 0D, 78 and 70. RGB value is (13,120,112). Sum of RGB (Red+Green+Blue) = 13+120+112=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #0D7870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7870 is #F2878F. Grayscale: #575757. Windows color (decimal): -15894416 or 7370765. OLE color: 7370765.

HSL color Cylindrical-coordinate representation of color #0D7870: hue angle of 175.51º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7870 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB13120112-
CMYK0.8900.070.53
HSL175.51º80.45%26.08%-
HSV(B)175.51º89.17%47.06%-
XYZ9.8114.6917.65-
YUV87.1142.0575.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=5.31%
G=48.98%
B=45.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal131201120.8900.070.53175.5180.4526.08
HexD7870590735b0501a
Octal15170160131076526012032
Binary1101111100011100001011001011111010110110000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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