Html Css Color HEX #71A01C Christi

📋 copy color: '#71A01C'

red 113 ◦ green 160 ◦ blue 28

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

Shades of Christi #71A01C

Tints of Christi #71A01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 37.54%
G = 53.16%
B = 9.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#71A01C (or 0x71A01C) is known color: Christi. HEX triplet: 71, A0 and 1C. RGB value is (113,160,28). Sum of RGB (Red+Green+Blue) = 113+160+28=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #71A01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A01C is #8E5FE3. Grayscale: #838383. Windows color (decimal): -9330660 or 1876081. OLE color: 1876081.

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

Color convert

RGB 113 160 28 -
CMYK 0.29 0 0.82 0.37
HSL 81.36º 0.7% 0.37% -
HSV(B) 81.36º 0.83% 0.63% -
XYZ 19.59 28.74 5.61 -
YUV 130.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 113 160 28 0.29 0 0.82 0.37 81.36 0.7 0.37
Hex 71 A0 1C 1D 0 52 25 51 46 25
Octal 161 240 34 35 0 122 45 121 106 45
Binary 1110001 10100000 11100 11101 0 1010010 100101 1010001 1000110 100101

Color Harmonies of #71A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A01C

Black with #71A01C

Text Example


Text Example

White with #71A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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