#76A019

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

Shades of Christi #76A019

Tints of Christi #76A019

Color information

#76A019 (or 0x76A019) is unknown color: approx Christi. HEX triplet: 76, A0 and 19. RGB value is (118,160,25). Sum of RGB (Red+Green+Blue) = 118+160+25=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #76A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A019 is #895FE6. Grayscale: #848484. Windows color (decimal): -9002983 or 1679478. OLE color: 1679478.

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

Color convert

RGB11816025-
CMYK0.2600.840.37
HSL78.67º72.97%36.27%-
HSV(B)78.67º84.38%62.75%-
XYZ20.2229.065.46-
YUV132.0567.59117.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 160 (62.89% from 255) = 52.81%
BLUE value IS 25 (10.16% from 255) = 8.25%
R=38.94%
G=52.81%
B=8.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118160250.2600.840.3778.6772.9736.27
Hex76A0191A054254f4924
Octal166240313201244511711144
Binary11101101010000011001110100101010010010110011111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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