#76A217

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

Shades of Christi #76A217

Tints of Christi #76A217

Color information

#76A217 (or 0x76A217) is unknown color: approx Christi. HEX triplet: 76, A2 and 17. RGB value is (118,162,23). Sum of RGB (Red+Green+Blue) = 118+162+23=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #76A217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A217 is #895DE8. Grayscale: #858585. Windows color (decimal): -9002473 or 1548918. OLE color: 1548918.

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

Color convert

RGB11816223-
CMYK0.2700.860.36
HSL78.99º75.14%36.27%-
HSV(B)78.99º85.8%63.53%-
XYZ20.5529.755.47-
YUV13365.92117.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 23 (9.38% from 255) = 7.59%
R=38.94%
G=53.47%
B=7.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162230.2700.860.3678.9975.1436.27
Hex76A2171B056244f4b24
Octal166242273301264411711344
Binary11101101010001010111110110101011010010010011111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,162,23); }

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

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

 a { background-color: rgb(118,162,23); }

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

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

 span { border-color: rgb(118,162,23); }

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