Html Css Color HEX #71A014 Christi

📋 copy color: '#71A014'

red 113 ◦ green 160 ◦ blue 20

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

Shades of Christi #71A014

Tints of Christi #71A014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.61%

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

R = 38.57%
G = 54.61%
B = 6.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#71A014 (or 0x71A014) is known color: Christi. HEX triplet: 71, A0 and 14. RGB value is (113,160,20). Sum of RGB (Red+Green+Blue) = 113+160+20=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #71A014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A014 is #8E5FEB. Grayscale: #828282. Windows color (decimal): -9330668 or 1351793. OLE color: 1351793.

HSL color Cylindrical-coordinate representation of color #71A014: hue angle of 80.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71A014 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 160 20 -
CMYK 0.29 0 0.88 0.37
HSL 80.14º 0.78% 0.35% -
HSV(B) 80.14º 0.88% 0.63% -
XYZ 19.51 28.7 5.17 -
YUV 129.99 65.93 115.88 -
System Red Green Blue C M Y K H S L
Decimal 113 160 20 0.29 0 0.88 0.37 80.14 0.78 0.35
Hex 71 A0 14 1D 0 58 25 50 4E 23
Octal 161 240 24 35 0 130 45 120 116 43
Binary 1110001 10100000 10100 11101 0 1011000 100101 1010000 1001110 100011

Color Harmonies of #71A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A014

Black with #71A014

Text Example


Text Example

White with #71A014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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