Html Css Color HEX #71A30A Christi

📋 copy color: '#71A30A'

red 113 ◦ green 163 ◦ blue 10

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

Shades of Christi #71A30A

Tints of Christi #71A30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 39.51%
G = 56.99%
B = 3.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#71A30A (or 0x71A30A) is known color: Christi. HEX triplet: 71, A3 and 0A. RGB value is (113,163,10). Sum of RGB (Red+Green+Blue) = 113+163+10=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #71A30A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A30A is #8E5CF5. Grayscale: #838383. Windows color (decimal): -9329910 or 697201. OLE color: 697201.

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

Color convert

RGB 113 163 10 -
CMYK 0.31 0 0.94 0.36
HSL 79.61º 0.88% 0.34% -
HSV(B) 79.61º 0.94% 0.64% -
XYZ 19.96 29.73 4.97 -
YUV 130.61 59.94 115.44 -
System Red Green Blue C M Y K H S L
Decimal 113 163 10 0.31 0 0.94 0.36 79.61 0.88 0.34
Hex 71 A3 A 1F 0 5E 24 50 58 22
Octal 161 243 12 37 0 136 44 120 130 42
Binary 1110001 10100011 1010 11111 0 1011110 100100 1010000 1011000 100010

Color Harmonies of #71A30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A30A

Black with #71A30A

Text Example


Text Example

White with #71A30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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