#0C7872

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

Shades of Pine Green #0C7872

Tints of Pine Green #0C7872

Color information

#0C7872 (or 0x0C7872) is unknown color: approx Pine Green. HEX triplet: 0C, 78 and 72. RGB value is (12,120,114). Sum of RGB (Red+Green+Blue) = 12+120+114=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7872 is #F3878D. Grayscale: #565656. Windows color (decimal): -15959950 or 7501836. OLE color: 7501836.

HSL color Cylindrical-coordinate representation of color #0C7872: hue angle of 176.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7872 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12120114-
CMYK0.9000.050.53
HSL176.67º81.82%25.88%-
HSV(B)176.67º90%47.06%-
XYZ9.9114.7318.24-
YUV87.02143.2274.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=4.88%
G=48.78%
B=46.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121201140.9000.050.53176.6781.8225.88
HexC78725A0535b1521a
Octal14170162132056526112232
Binary1100111100011100101011010010111010110110001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,120,114); }

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

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

 a { background-color: rgb(12,120,114); }

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

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

 span { border-color: rgb(12,120,114); }

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