#71AA05

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

Shades of Christi #71AA05

Tints of Christi #71AA05

Color information

#71AA05 (or 0x71AA05) is unknown color: approx Christi. HEX triplet: 71, AA and 05. RGB value is (113,170,5). Sum of RGB (Red+Green+Blue) = 113+170+5=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AA05 is #8E55FA. Grayscale: #868686. Windows color (decimal): -9328123 or 371313. OLE color: 371313.

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

Color convert

RGB1131705-
CMYK0.3400.970.33
HSL80.73º94.29%34.31%-
HSV(B)80.73º97.06%66.67%-
XYZ21.2132.275.25-
YUV134.1555.12112.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 170 (66.80% from 255) = 59.03%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=39.24%
G=59.03%
B=1.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11317050.3400.970.3380.7394.2934.31
Hex71AA52206121515e22
Octal16125254201414112113642
Binary1110001101010101011000100110000110000110100011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AA05; }

 p { color: rgb(113,170,5); }

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

<style>
 a { background-color: #71AA05; }

 a { background-color: rgb(113,170,5); }

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

<style>
 span { border-color: #71AA05; }

 span { border-color: rgb(113,170,5); }

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