#76A412

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

Shades of Christi #76A412

Tints of Christi #76A412

Color information

#76A412 (or 0x76A412) is unknown color: approx Christi. HEX triplet: 76, A4 and 12. RGB value is (118,164,18). Sum of RGB (Red+Green+Blue) = 118+164+18=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #76A412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A412 is #895BED. Grayscale: #868686. Windows color (decimal): -9001966 or 1221750. OLE color: 1221750.

HSL color Cylindrical-coordinate representation of color #76A412: hue angle of 78.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76A412 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB11816418-
CMYK0.2800.890.36
HSL78.9º80.22%35.69%-
HSV(B)78.9º89.02%64.31%-
XYZ20.8630.455.35-
YUV133.662.76116.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 164 (64.45% from 255) = 54.67%
BLUE value IS 18 (7.42% from 255) = 6%
R=39.33%
G=54.67%
B=6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118164180.2800.890.3678.980.2235.69
Hex76A4121C059244f5024
Octal166244223401314411712044
Binary11101101010010010010111000101100110010010011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,164,18); }

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

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

 a { background-color: rgb(118,164,18); }

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

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

 span { border-color: rgb(118,164,18); }

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