Html Css Color HEX #71A125 Christi

📋 copy color: '#71A125'

red 113 ◦ green 161 ◦ blue 37

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

Shades of Christi #71A125

Tints of Christi #71A125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.77%

 BLUE value IS 37 (14.84% from 255) = 11.9%

R = 36.33%
G = 51.77%
B = 11.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#71A125 (or 0x71A125) is known color: Christi. HEX triplet: 71, A1 and 25. RGB value is (113,161,37). Sum of RGB (Red+Green+Blue) = 113+161+37=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #71A125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A125 is #8E5EDA. Grayscale: #848484. Windows color (decimal): -9330395 or 2466161. OLE color: 2466161.

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

Color convert

RGB 113 161 37 -
CMYK 0.30 0 0.77 0.37
HSL 83.23º 0.63% 0.39% -
HSV(B) 83.23º 0.77% 0.63% -
XYZ 19.89 29.13 6.33 -
YUV 132.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 113 161 37 0.30 0 0.77 0.37 83.23 0.63 0.39
Hex 71 A1 25 1E 0 4D 25 53 3F 27
Octal 161 241 45 36 0 115 45 123 77 47
Binary 1110001 10100001 100101 11110 0 1001101 100101 1010011 111111 100111

Color Harmonies of #71A125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A125

Black with #71A125

Text Example


Text Example

White with #71A125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,161,37); }

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

background-color css

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

 a { background-color: rgb(113,161,37); }

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

border-color css

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

 span { border-color: rgb(113,161,37); }

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