Html Css Color HEX #71A310 Christi

📋 copy color: '#71A310'

red 113 ◦ green 163 ◦ blue 16

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

Shades of Christi #71A310

Tints of Christi #71A310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 38.7%
G = 55.82%
B = 5.48%

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

#71A310 (or 0x71A310) is known color: Christi. HEX triplet: 71, A3 and 10. RGB value is (113,163,16). Sum of RGB (Red+Green+Blue) = 113+163+16=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #71A310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A310 is #8E5CEF. Grayscale: #838383. Windows color (decimal): -9329904 or 1090417. OLE color: 1090417.

HSL color Cylindrical-coordinate representation of color #71A310: hue angle of 80.41º degrees, saturation: 0.82, 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 #71A310 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 163 16 -
CMYK 0.31 0 0.90 0.36
HSL 80.41º 0.82% 0.35% -
HSV(B) 80.41º 0.9% 0.64% -
XYZ 20 29.74 5.18 -
YUV 131.29 62.94 114.95 -
System Red Green Blue C M Y K H S L
Decimal 113 163 16 0.31 0 0.90 0.36 80.41 0.82 0.35
Hex 71 A3 10 1F 0 5A 24 50 52 23
Octal 161 243 20 37 0 132 44 120 122 43
Binary 1110001 10100011 10000 11111 0 1011010 100100 1010000 1010010 100011

Color Harmonies of #71A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A310

Black with #71A310

Text Example


Text Example

White with #71A310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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