#0C716A

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

Shades of Pine Green #0C716A

Tints of Pine Green #0C716A

Color information

#0C716A (or 0x0C716A) is unknown color: approx Pine Green. HEX triplet: 0C, 71 and 6A. RGB value is (12,113,106). Sum of RGB (Red+Green+Blue) = 12+113+106=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #0C716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C716A is #F38E95. Grayscale: #515151. Windows color (decimal): -15961750 or 6975756. OLE color: 6975756.

HSL color Cylindrical-coordinate representation of color #0C716A: hue angle of 175.84º 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 #0C716A is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB12113106-
CMYK0.8900.060.56
HSL175.84º80.8%24.51%-
HSV(B)175.84º89.38%44.31%-
XYZ8.6612.9315.67-
YUV82141.5478.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=5.19%
G=48.92%
B=45.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal121131060.8900.060.56175.8480.824.51
HexC716A590638b05119
Octal14161152131067026012131
Binary1100111000111010101011001011011100010110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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