#71B11C

Color #71B11C Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #71B11C

Tints of Christi #71B11C

Color information

#71B11C (or 0x71B11C) is unknown color: approx Christi. HEX triplet: 71, B1 and 1C. RGB value is (113,177,28). Sum of RGB (Red+Green+Blue) = 113+177+28=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #71B11C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B11C is #8E4EE3. Grayscale: #8D8D8D. Windows color (decimal): -9326308 or 1880433. OLE color: 1880433.

HSL color Cylindrical-coordinate representation of color #71B11C: hue angle of 85.77º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71B11C is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB11317728-
CMYK0.3600.840.31
HSL85.77º72.68%40.2%-
HSV(B)85.77º84.18%69.41%-
XYZ22.7435.046.66-
YUV140.8864.3108.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 177 (69.53% from 255) = 55.66%
BLUE value IS 28 (11.33% from 255) = 8.81%
R=35.53%
G=55.66%
B=8.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113177280.3600.840.3185.7772.6840.2
Hex71B11C240541F564928
Octal161261344401243712611150
Binary11100011011000111100100100010101001111110101101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71B11C;
 }
 .AnyTagClassName
 {
   color: #71B11C;
 }
</style>
background-color css

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

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

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

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

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

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