#76AB05

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

Shades of Christi #76AB05

Tints of Christi #76AB05

Color information

#76AB05 (or 0x76AB05) is unknown color: approx Christi. HEX triplet: 76, AB and 05. RGB value is (118,171,5). Sum of RGB (Red+Green+Blue) = 118+171+5=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AB05 is #8954FA. Grayscale: #888888. Windows color (decimal): -9000187 or 371574. OLE color: 371574.

HSL color Cylindrical-coordinate representation of color #76AB05: hue angle of 79.16º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76AB05 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1181715-
CMYK0.3100.970.33
HSL79.16º94.32%34.51%-
HSV(B)79.16º97.08%67.06%-
XYZ22.0632.995.35-
YUV136.2353.94115-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 171 (67.19% from 255) = 58.16%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=40.14%
G=58.16%
B=1.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11817150.3100.970.3379.1694.3234.51
Hex76AB51F061214f5e23
Octal16625353701414111713643
Binary111011010101011101111110110000110000110011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,5); }

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

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

 a { background-color: rgb(118,171,5); }

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

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

 span { border-color: rgb(118,171,5); }

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