#0C716C

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

Shades of Pine Green #0C716C

Tints of Pine Green #0C716C

Color information

#0C716C (or 0x0C716C) is unknown color: approx Pine Green. HEX triplet: 0C, 71 and 6C. RGB value is (12,113,108). Sum of RGB (Red+Green+Blue) = 12+113+108=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #0C716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C716C is #F38E93. Grayscale: #525252. Windows color (decimal): -15961748 or 7106828. OLE color: 7106828.

HSL color Cylindrical-coordinate representation of color #0C716C: hue angle of 177.03º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C716C is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB12113108-
CMYK0.8900.040.56
HSL177.03º80.8%24.51%-
HSV(B)177.03º89.38%44.31%-
XYZ8.7612.9716.23-
YUV82.23142.5477.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=5.15%
G=48.50%
B=46.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal121131080.8900.040.56177.0380.824.51
HexC716C590438b15119
Octal14161154131047026112131
Binary1100111000111011001011001010011100010110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,113,108); }

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

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

 a { background-color: rgb(12,113,108); }

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

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

 span { border-color: rgb(12,113,108); }

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