Html Css Color HEX #71A20A Christi

📋 copy color: '#71A20A'

red 113 ◦ green 162 ◦ blue 10

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

Shades of Christi #71A20A

Tints of Christi #71A20A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.84%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 39.65%
G = 56.84%
B = 3.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#71A20A (or 0x71A20A) is known color: Christi. HEX triplet: 71, A2 and 0A. RGB value is (113,162,10). Sum of RGB (Red+Green+Blue) = 113+162+10=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #71A20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A20A is #8E5DF5. Grayscale: #828282. Windows color (decimal): -9330166 or 696945. OLE color: 696945.

HSL color Cylindrical-coordinate representation of color #71A20A: hue angle of 79.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71A20A is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 10 -
CMYK 0.30 0 0.94 0.36
HSL 79.34º 0.88% 0.34% -
HSV(B) 79.34º 0.94% 0.64% -
XYZ 19.79 29.37 4.91 -
YUV 130.02 60.27 115.86 -
System Red Green Blue C M Y K H S L
Decimal 113 162 10 0.30 0 0.94 0.36 79.34 0.88 0.34
Hex 71 A2 A 1E 0 5E 24 4F 58 22
Octal 161 242 12 36 0 136 44 117 130 42
Binary 1110001 10100010 1010 11110 0 1011110 100100 1001111 1011000 100010

Color Harmonies of #71A20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A20A

Black with #71A20A

Text Example


Text Example

White with #71A20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,162,10); }

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

background-color css

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

 a { background-color: rgb(113,162,10); }

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

border-color css

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

 span { border-color: rgb(113,162,10); }

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