Html Css Color HEX #71A31F Christi

📋 copy color: '#71A31F'

red 113 ◦ green 163 ◦ blue 31

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

Shades of Christi #71A31F

Tints of Christi #71A31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.1%

R = 36.81%
G = 53.09%
B = 10.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#71A31F (or 0x71A31F) is known color: Christi. HEX triplet: 71, A3 and 1F. RGB value is (113,163,31). Sum of RGB (Red+Green+Blue) = 113+163+31=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #71A31F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A31F is #8E5CE0. Grayscale: #858585. Windows color (decimal): -9329889 or 2073457. OLE color: 2073457.

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

Color convert

RGB 113 163 31 -
CMYK 0.31 0 0.81 0.36
HSL 82.73º 0.68% 0.38% -
HSV(B) 82.73º 0.81% 0.64% -
XYZ 20.15 29.8 5.99 -
YUV 133 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 113 163 31 0.31 0 0.81 0.36 82.73 0.68 0.38
Hex 71 A3 1F 1F 0 51 24 53 44 26
Octal 161 243 37 37 0 121 44 123 104 46
Binary 1110001 10100011 11111 11111 0 1010001 100100 1010011 1000100 100110

Color Harmonies of #71A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A31F

Black with #71A31F

Text Example


Text Example

White with #71A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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