#0C760B

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

Shades of Green #0C760B

Tints of Green #0C760B

Color information

#0C760B (or 0x0C760B) is unknown color: approx Green. HEX triplet: 0C, 76 and 0B. RGB value is (12,118,11). Sum of RGB (Red+Green+Blue) = 12+118+11=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 118 (46.48% from 255 or 83.69% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 118 - color contains mainly: green. Hex color #0C760B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C760B is #F389F4. Grayscale: #4A4A4A. Windows color (decimal): -15960565 or 751116. OLE color: 751116.

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

Color convert

RGB1211811-
CMYK0.9000.910.54
HSL119.44º82.95%25.29%-
HSV(B)119.44º90.68%46.27%-
XYZ6.6913.062.48-
YUV74.1192.3883.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.51%
GREEN value IS 118 (46.48% from 255) = 83.69%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=8.51%
G=83.69%
B=7.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118110.9000.910.54119.4482.9525.29
HexC76B5A05B36775319
Octal141661313201336616712331
Binary1100111011010111011010010110111101101110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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