Html Css Color HEX #71A216 Christi

📋 copy color: '#71A216'

red 113 ◦ green 162 ◦ blue 22

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

Shades of Christi #71A216

Tints of Christi #71A216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 38.05%
G = 54.55%
B = 7.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#71A216 (or 0x71A216) is known color: Christi. HEX triplet: 71, A2 and 16. RGB value is (113,162,22). Sum of RGB (Red+Green+Blue) = 113+162+22=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #71A216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A216 is #8E5DE9. Grayscale: #838383. Windows color (decimal): -9330154 or 1483377. OLE color: 1483377.

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

Color convert

RGB 113 162 22 -
CMYK 0.30 0 0.86 0.36
HSL 81º 0.76% 0.36% -
HSV(B) 81º 0.86% 0.64% -
XYZ 19.88 29.41 5.39 -
YUV 131.39 66.27 114.88 -
System Red Green Blue C M Y K H S L
Decimal 113 162 22 0.30 0 0.86 0.36 81 0.76 0.36
Hex 71 A2 16 1E 0 56 24 51 4C 24
Octal 161 242 26 36 0 126 44 121 114 44
Binary 1110001 10100010 10110 11110 0 1010110 100100 1010001 1001100 100100

Color Harmonies of #71A216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A216

Black with #71A216

Text Example


Text Example

White with #71A216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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