#0C7C6B

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

Shades of Pine Green #0C7C6B

Tints of Pine Green #0C7C6B

Color information

#0C7C6B (or 0x0C7C6B) is unknown color: approx Pine Green. HEX triplet: 0C, 7C and 6B. RGB value is (12,124,107). Sum of RGB (Red+Green+Blue) = 12+124+107=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #0C7C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7C6B is #F38394. Grayscale: #585858. Windows color (decimal): -15958933 or 7044108. OLE color: 7044108.

HSL color Cylindrical-coordinate representation of color #0C7C6B: hue angle of 170.89º degrees, saturation: 0.82, 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 #0C7C6B is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB12124107-
CMYK0.9000.140.51
HSL170.89º82.35%26.67%-
HSV(B)170.89º90.32%48.63%-
XYZ10.0115.5616.38-
YUV88.57138.3973.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.94%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=4.94%
G=51.03%
B=44.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121241070.9000.140.51170.8982.3526.67
HexC7C6B5A0E33ab521b
Octal141741531320166325312233
Binary11001111100110101110110100111011001110101011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,124,107); }

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

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

 a { background-color: rgb(12,124,107); }

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

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

 span { border-color: rgb(12,124,107); }

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