Html Css Color HEX #71A215 Christi

📋 copy color: '#71A215'

red 113 ◦ green 162 ◦ blue 21

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

Shades of Christi #71A215

Tints of Christi #71A215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 38.18%
G = 54.73%
B = 7.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#71A215 (or 0x71A215) is known color: Christi. HEX triplet: 71, A2 and 15. RGB value is (113,162,21). Sum of RGB (Red+Green+Blue) = 113+162+21=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #71A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A215 is #8E5DEA. Grayscale: #838383. Windows color (decimal): -9330155 or 1417841. OLE color: 1417841.

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

Color convert

RGB 113 162 21 -
CMYK 0.30 0 0.87 0.36
HSL 80.85º 0.77% 0.36% -
HSV(B) 80.85º 0.87% 0.64% -
XYZ 19.87 29.41 5.34 -
YUV 131.28 65.77 114.96 -
System Red Green Blue C M Y K H S L
Decimal 113 162 21 0.30 0 0.87 0.36 80.85 0.77 0.36
Hex 71 A2 15 1E 0 57 24 51 4D 24
Octal 161 242 25 36 0 127 44 121 115 44
Binary 1110001 10100010 10101 11110 0 1010111 100100 1010001 1001101 100100

Color Harmonies of #71A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A215

Black with #71A215

Text Example


Text Example

White with #71A215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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