#71B010

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

Shades of Christi #71B010

Tints of Christi #71B010

Color information

#71B010 (or 0x71B010) is unknown color: approx Christi. HEX triplet: 71, B0 and 10. RGB value is (113,176,16). Sum of RGB (Red+Green+Blue) = 113+176+16=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #71B010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71B010 is #8E4FEF. Grayscale: #8B8B8B. Windows color (decimal): -9326576 or 1093745. OLE color: 1093745.

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

Color convert

RGB11317616-
CMYK0.3600.910.31
HSL83.62º83.33%37.65%-
HSV(B)83.62º90.91%69.02%-
XYZ22.4334.65.99-
YUV138.9258.63109.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 176 (69.14% from 255) = 57.70%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=37.05%
G=57.70%
B=5.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176160.3600.910.3183.6283.3337.65
Hex71B0102405B1F545326
Octal161260204401333712412346
Binary11100011011000010000100100010110111111110101001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,176,16); }

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

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

 a { background-color: rgb(113,176,16); }

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

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

 span { border-color: rgb(113,176,16); }

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