Html Css Color HEX #71A311 Christi

📋 copy color: '#71A311'

red 113 ◦ green 163 ◦ blue 17

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

Shades of Christi #71A311

Tints of Christi #71A311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 38.57%
G = 55.63%
B = 5.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#71A311 (or 0x71A311) is known color: Christi. HEX triplet: 71, A3 and 11. RGB value is (113,163,17). Sum of RGB (Red+Green+Blue) = 113+163+17=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #71A311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A311 is #8E5CEE. Grayscale: #838383. Windows color (decimal): -9329903 or 1155953. OLE color: 1155953.

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

Color convert

RGB 113 163 17 -
CMYK 0.31 0 0.90 0.36
HSL 80.55º 0.81% 0.35% -
HSV(B) 80.55º 0.9% 0.64% -
XYZ 20.01 29.75 5.22 -
YUV 131.41 63.44 114.87 -
System Red Green Blue C M Y K H S L
Decimal 113 163 17 0.31 0 0.90 0.36 80.55 0.81 0.35
Hex 71 A3 11 1F 0 5A 24 51 51 23
Octal 161 243 21 37 0 132 44 121 121 43
Binary 1110001 10100011 10001 11111 0 1011010 100100 1010001 1010001 100011

Color Harmonies of #71A311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A311

Black with #71A311

Text Example


Text Example

White with #71A311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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