#0C7672

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

Shades of Pine Green #0C7672

Tints of Pine Green #0C7672

Color information

#0C7672 (or 0x0C7672) is unknown color: approx Pine Green. HEX triplet: 0C, 76 and 72. RGB value is (12,118,114). Sum of RGB (Red+Green+Blue) = 12+118+114=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7672 is #F3898D. Grayscale: #555555. Windows color (decimal): -15960462 or 7501324. OLE color: 7501324.

HSL color Cylindrical-coordinate representation of color #0C7672: hue angle of 177.74º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7672 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB12118114-
CMYK0.9000.030.54
HSL177.74º81.54%25.49%-
HSV(B)177.74º89.83%46.27%-
XYZ9.6714.2518.16-
YUV85.85143.8875.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.92%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=4.92%
G=48.36%
B=46.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal121181140.9000.030.54177.7481.5425.49
HexC76725A0336b25219
Octal14166162132036626212231
Binary110011101101110010101101001111011010110010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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