#0C7F6E

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

Shades of Pine Green #0C7F6E

Tints of Pine Green #0C7F6E

Color information

#0C7F6E (or 0x0C7F6E) is unknown color: approx Pine Green. HEX triplet: 0C, 7F and 6E. RGB value is (12,127,110). Sum of RGB (Red+Green+Blue) = 12+127+110=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7F6E is #F38091. Grayscale: #5A5A5A. Windows color (decimal): -15958162 or 7241484. OLE color: 7241484.

HSL color Cylindrical-coordinate representation of color #0C7F6E: hue angle of 171.13º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7F6E is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12127110-
CMYK0.9100.130.50
HSL171.13º82.73%27.25%-
HSV(B)171.13º90.55%49.8%-
XYZ10.5616.3817.36-
YUV90.68138.971.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=4.82%
G=51.00%
B=44.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121271100.9100.130.50171.1382.7327.25
HexC7F6E5B0D32ab531b
Octal141771561330156225312333
Binary11001111111110111010110110110111001010101011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,127,110); }

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

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

 a { background-color: rgb(12,127,110); }

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

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

 span { border-color: rgb(12,127,110); }

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