#76A60A

Color #76A60A Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #76A60A

Tints of Christi #76A60A

Color information

#76A60A (or 0x76A60A) is unknown color: approx Christi. HEX triplet: 76, A6 and 0A. RGB value is (118,166,10). Sum of RGB (Red+Green+Blue) = 118+166+10=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #76A60A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A60A is #8959F5. Grayscale: #868686. Windows color (decimal): -9001462 or 697974. OLE color: 697974.

HSL color Cylindrical-coordinate representation of color #76A60A: hue angle of 78.46º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76A60A is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB11816610-
CMYK0.2900.940.35
HSL78.46º88.64%34.51%-
HSV(B)78.46º93.98%65.1%-
XYZ21.1631.155.18-
YUV133.8658.1116.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 10 (4.30% from 255) = 3.40%
R=40.14%
G=56.46%
B=3.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118166100.2900.940.3578.4688.6434.51
Hex76A6A1D05E234e5923
Octal166246123501364311613143
Binary1110110101001101010111010101111010001110011101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A60A; }

 p { color: rgb(118,166,10); }

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

<style>
 a { background-color: #76A60A; }

 a { background-color: rgb(118,166,10); }

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

<style>
 span { border-color: #76A60A; }

 span { border-color: rgb(118,166,10); }

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