#71AA27

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

Shades of Christi #71AA27

Tints of Christi #71AA27

Color information

#71AA27 (or 0x71AA27) is unknown color: approx Christi. HEX triplet: 71, AA and 27. RGB value is (113,170,39). Sum of RGB (Red+Green+Blue) = 113+170+39=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA27 is #8E55D8. Grayscale: #8A8A8A. Windows color (decimal): -9328089 or 2599537. OLE color: 2599537.

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

Color convert

RGB11317039-
CMYK0.3400.770.33
HSL86.11º62.68%40.98%-
HSV(B)86.11º77.06%66.67%-
XYZ21.5532.417.04-
YUV138.0272.12110.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 170 (66.80% from 255) = 52.80%
BLUE value IS 39 (15.62% from 255) = 12.11%
R=35.09%
G=52.80%
B=12.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113170390.3400.770.3386.1162.6840.98
Hex71AA272204D21563f29
Octal16125247420115411267751
Binary111000110101010100111100010010011011000011010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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