#71B10B

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

Shades of Christi #71B10B

Tints of Christi #71B10B

Color information

#71B10B (or 0x71B10B) is unknown color: approx Christi. HEX triplet: 71, B1 and 0B. RGB value is (113,177,11). Sum of RGB (Red+Green+Blue) = 113+177+11=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #71B10B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71B10B is #8E4EF4. Grayscale: #8B8B8B. Windows color (decimal): -9326325 or 766321. OLE color: 766321.

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

Color convert

RGB11317711-
CMYK0.3600.940.31
HSL83.13º88.3%36.86%-
HSV(B)83.13º93.79%69.41%-
XYZ22.5934.985.88-
YUV138.9455.8109.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 177 (69.53% from 255) = 58.80%
BLUE value IS 11 (4.69% from 255) = 3.65%
R=37.54%
G=58.80%
B=3.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113177110.3600.940.3183.1388.336.86
Hex71B1B2405E1F535825
Octal161261134401363712313045
Binary1110001101100011011100100010111101111110100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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