#76A01C

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

Shades of Christi #76A01C

Tints of Christi #76A01C

Color information

#76A01C (or 0x76A01C) is unknown color: approx Christi. HEX triplet: 76, A0 and 1C. RGB value is (118,160,28). Sum of RGB (Red+Green+Blue) = 118+160+28=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #76A01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A01C is #895FE3. Grayscale: #848484. Windows color (decimal): -9002980 or 1876086. OLE color: 1876086.

HSL color Cylindrical-coordinate representation of color #76A01C: hue angle of 79.09º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76A01C is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB11816028-
CMYK0.2600.820.37
HSL79.09º70.21%36.86%-
HSV(B)79.09º82.5%62.75%-
XYZ20.2529.085.64-
YUV132.3969.09117.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 160 (62.89% from 255) = 52.29%
BLUE value IS 28 (11.33% from 255) = 9.15%
R=38.56%
G=52.29%
B=9.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118160280.2600.820.3779.0970.2136.86
Hex76A01C1A052254f4625
Octal166240343201224511710645
Binary11101101010000011100110100101001010010110011111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,160,28); }

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

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

 a { background-color: rgb(118,160,28); }

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

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

 span { border-color: rgb(118,160,28); }

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