#0C756D

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

Shades of Pine Green #0C756D

Tints of Pine Green #0C756D

Color information

#0C756D (or 0x0C756D) is unknown color: approx Pine Green. HEX triplet: 0C, 75 and 6D. RGB value is (12,117,109). Sum of RGB (Red+Green+Blue) = 12+117+109=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #0C756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C756D is #F38A92. Grayscale: #545454. Windows color (decimal): -15960723 or 7173388. OLE color: 7173388.

HSL color Cylindrical-coordinate representation of color #0C756D: hue angle of 175.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C756D is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB12117109-
CMYK0.9000.070.54
HSL175.43º81.4%25.29%-
HSV(B)175.43º89.74%45.88%-
XYZ9.2713.916.66-
YUV84.69141.7176.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=5.04%
G=49.16%
B=45.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal121171090.9000.070.54175.4381.425.29
HexC756D5A0736af5119
Octal14165155132076625712131
Binary1100111010111011011011010011111011010101111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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