Html Css Color HEX #71A518 Christi

📋 copy color: '#71A518'

red 113 ◦ green 165 ◦ blue 24

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

Shades of Christi #71A518

Tints of Christi #71A518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.64%

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 37.42%
G = 54.64%
B = 7.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#71A518 (or 0x71A518) is known color: Christi. HEX triplet: 71, A5 and 18. RGB value is (113,165,24). Sum of RGB (Red+Green+Blue) = 113+165+24=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #71A518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A518 is #8E5AE7. Grayscale: #858585. Windows color (decimal): -9329384 or 1615217. OLE color: 1615217.

HSL color Cylindrical-coordinate representation of color #71A518: hue angle of 82.13º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71A518 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 165 24 -
CMYK 0.32 0 0.85 0.35
HSL 82.13º 0.75% 0.37% -
HSV(B) 82.13º 0.85% 0.65% -
XYZ 20.43 30.49 5.67 -
YUV 133.38 66.27 113.46 -
System Red Green Blue C M Y K H S L
Decimal 113 165 24 0.32 0 0.85 0.35 82.13 0.75 0.37
Hex 71 A5 18 20 0 55 23 52 4B 25
Octal 161 245 30 40 0 125 43 122 113 45
Binary 1110001 10100101 11000 100000 0 1010101 100011 1010010 1001011 100101

Color Harmonies of #71A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A518

Black with #71A518

Text Example


Text Example

White with #71A518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,165,24); }

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

background-color css

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

 a { background-color: rgb(113,165,24); }

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

border-color css

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

 span { border-color: rgb(113,165,24); }

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