Html Css Color HEX #71AA20 Christi

📋 copy color: '#71AA20'

red 113 ◦ green 170 ◦ blue 32

#71AA20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #71AA20

Tints of Christi #71AA20

RGB

 RED value IS 113 (44.53% from 255) = 35.87%

 GREEN value IS 170 (66.8% from 255) = 53.97%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 35.87%
G = 53.97%
B = 10.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#71AA20 (or 0x71AA20) is known color: Christi. HEX triplet: 71, AA and 20. RGB value is (113,170,32). Sum of RGB (Red+Green+Blue) = 113+170+32=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA20 is #8E55DF. Grayscale: #898989. Windows color (decimal): -9328096 or 2140785. OLE color: 2140785.

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

Color convert

RGB 113 170 32 -
CMYK 0.34 0 0.81 0.33
HSL 84.78º 0.68% 0.4% -
HSV(B) 84.78º 0.81% 0.67% -
XYZ 21.45 32.36 6.48 -
YUV 137.23 68.62 110.72 -
System Red Green Blue C M Y K H S L
Decimal 113 170 32 0.34 0 0.81 0.33 84.78 0.68 0.4
Hex 71 AA 20 22 0 51 21 55 44 28
Octal 161 252 40 42 0 121 41 125 104 50
Binary 1110001 10101010 100000 100010 0 1010001 100001 1010101 1000100 101000

Color Harmonies of #71AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA20

Black with #71AA20

Text Example


Text Example

White with #71AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71AA20;
 }
 .AnyTagClassName
 {
   color: #71AA20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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