#0C760D

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

Shades of Green #0C760D

Tints of Green #0C760D

Color information

#0C760D (or 0x0C760D) is unknown color: approx Green. HEX triplet: 0C, 76 and 0D. RGB value is (12,118,13). Sum of RGB (Red+Green+Blue) = 12+118+13=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 118 (46.48% from 255 or 82.52% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 118 - color contains mainly: green. Hex color #0C760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C760D is #F389F2. Grayscale: #4A4A4A. Windows color (decimal): -15960563 or 882188. OLE color: 882188.

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

Color convert

RGB1211813-
CMYK0.9000.890.54
HSL120.57º81.54%25.49%-
HSV(B)120.57º89.83%46.27%-
XYZ6.713.062.55-
YUV74.3493.3883.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.39%
GREEN value IS 118 (46.48% from 255) = 82.52%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=8.39%
G=82.52%
B=9.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118130.9000.890.54120.5781.5425.49
HexC76D5A05936795219
Octal141661513201316617112231
Binary1100111011011011011010010110011101101111001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,118,13); }

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

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

 a { background-color: rgb(12,118,13); }

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

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

 span { border-color: rgb(12,118,13); }

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