#0C7873

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

Shades of Pine Green #0C7873

Tints of Pine Green #0C7873

Color information

#0C7873 (or 0x0C7873) is unknown color: approx Pine Green. HEX triplet: 0C, 78 and 73. RGB value is (12,120,115). Sum of RGB (Red+Green+Blue) = 12+120+115=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7873 is #F3878C. Grayscale: #575757. Windows color (decimal): -15959949 or 7567372. OLE color: 7567372.

HSL color Cylindrical-coordinate representation of color #0C7873: hue angle of 177.22º 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 #0C7873 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12120115-
CMYK0.9000.040.53
HSL177.22º81.82%25.88%-
HSV(B)177.22º90%47.06%-
XYZ9.9614.7518.54-
YUV87.14143.7274.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=4.86%
G=48.58%
B=46.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121201150.9000.040.53177.2281.8225.88
HexC78735A0435b1521a
Octal14170163132046526112232
Binary1100111100011100111011010010011010110110001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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