#0C776B

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

Shades of Pine Green #0C776B

Tints of Pine Green #0C776B

Color information

#0C776B (or 0x0C776B) is unknown color: approx Pine Green. HEX triplet: 0C, 77 and 6B. RGB value is (12,119,107). Sum of RGB (Red+Green+Blue) = 12+119+107=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #0C776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C776B is #F38894. Grayscale: #555555. Windows color (decimal): -15960213 or 7042828. OLE color: 7042828.

HSL color Cylindrical-coordinate representation of color #0C776B: hue angle of 173.27º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C776B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB12119107-
CMYK0.9000.100.53
HSL173.27º81.68%25.69%-
HSV(B)173.27º89.92%46.67%-
XYZ9.414.3316.18-
YUV85.64140.0575.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=5.04%
G=50%
B=44.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121191070.9000.100.53173.2781.6825.69
HexC776B5A0A35ad521a
Octal141671531320126525512232
Binary11001110111110101110110100101011010110101101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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