#76AF18

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

Shades of Christi #76AF18

Tints of Christi #76AF18

Color information

#76AF18 (or 0x76AF18) is unknown color: approx Christi. HEX triplet: 76, AF and 18. RGB value is (118,175,24). Sum of RGB (Red+Green+Blue) = 118+175+24=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AF18 is #8950E7. Grayscale: #8D8D8D. Windows color (decimal): -8999144 or 1617782. OLE color: 1617782.

HSL color Cylindrical-coordinate representation of color #76AF18: hue angle of 82.65º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76AF18 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB11817524-
CMYK0.3300.860.31
HSL82.65º75.88%39.02%-
HSV(B)82.65º86.29%68.63%-
XYZ22.9734.586.33-
YUV140.7462.12111.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 175 (68.75% from 255) = 55.21%
BLUE value IS 24 (9.77% from 255) = 7.57%
R=37.22%
G=55.21%
B=7.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118175240.3300.860.3182.6575.8839.02
Hex76AF18210561F534c27
Octal166257304101263712311447
Binary11101101010111111000100001010101101111110100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,175,24); }

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

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

 a { background-color: rgb(118,175,24); }

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

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

 span { border-color: rgb(118,175,24); }

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