#0C7E6D

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

Shades of Pine Green #0C7E6D

Tints of Pine Green #0C7E6D

Color information

#0C7E6D (or 0x0C7E6D) is unknown color: approx Pine Green. HEX triplet: 0C, 7E and 6D. RGB value is (12,126,109). Sum of RGB (Red+Green+Blue) = 12+126+109=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7E6D is #F38192. Grayscale: #595959. Windows color (decimal): -15958419 or 7175692. OLE color: 7175692.

HSL color Cylindrical-coordinate representation of color #0C7E6D: hue angle of 171.05º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7E6D is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12126109-
CMYK0.9000.130.51
HSL171.05º82.61%27.06%-
HSV(B)171.05º90.48%49.41%-
XYZ10.3716.117.03-
YUV89.98138.7372.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 126 (49.61% from 255) = 51.01%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=4.86%
G=51.01%
B=44.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121261090.9000.130.51171.0582.6127.06
HexC7E6D5A0D33ab531b
Octal141761551320156325312333
Binary11001111110110110110110100110111001110101011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,126,109); }

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

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

 a { background-color: rgb(12,126,109); }

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

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

 span { border-color: rgb(12,126,109); }

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