Html Css Color HEX #71A314 Christi

📋 copy color: '#71A314'

red 113 ◦ green 163 ◦ blue 20

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

Shades of Christi #71A314

Tints of Christi #71A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 55.07%

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 38.18%
G = 55.07%
B = 6.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#71A314 (or 0x71A314) is known color: Christi. HEX triplet: 71, A3 and 14. RGB value is (113,163,20). Sum of RGB (Red+Green+Blue) = 113+163+20=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #71A314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A314 is #8E5CEB. Grayscale: #848484. Windows color (decimal): -9329900 or 1352561. OLE color: 1352561.

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

Color convert

RGB 113 163 20 -
CMYK 0.31 0 0.88 0.36
HSL 80.98º 0.78% 0.36% -
HSV(B) 80.98º 0.88% 0.64% -
XYZ 20.03 29.76 5.35 -
YUV 131.75 64.94 114.63 -
System Red Green Blue C M Y K H S L
Decimal 113 163 20 0.31 0 0.88 0.36 80.98 0.78 0.36
Hex 71 A3 14 1F 0 58 24 51 4E 24
Octal 161 243 24 37 0 130 44 121 116 44
Binary 1110001 10100011 10100 11111 0 1011000 100100 1010001 1001110 100100

Color Harmonies of #71A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A314

Black with #71A314

Text Example


Text Example

White with #71A314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,163,20); }

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

background-color css

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

 a { background-color: rgb(113,163,20); }

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

border-color css

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

 span { border-color: rgb(113,163,20); }

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