#71b60a

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

Shades of Christi #71B60A

Tints of Christi #71B60A

Color information

#71B60A (or 0x71B60A) is unknown color: approx Christi. HEX triplet: 71, B6 and 0A. RGB value is (113,182,10). Sum of RGB (Red+Green+Blue) = 113+182+10=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 182 (71.48% from 255 or 59.67% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 182 - color contains mainly: green. Hex color #71B60A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B60A is #8E49F5. Grayscale: #8E8E8E. Windows color (decimal): -9325046 or 702065. OLE color: 702065.

HSL color Cylindrical-coordinate representation of color #71B60A: hue angle of 84.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71B60A is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB11318210-
CMYK0.3800.950.29
HSL84.07º89.58%37.65%-
HSV(B)84.07º94.51%71.37%-
XYZ23.5936.996.18-
YUV141.7653.64107.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 182 (71.48% from 255) = 59.67%
BLUE value IS 10 (4.30% from 255) = 3.28%
R=37.05%
G=59.67%
B=3.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113182100.3800.950.2984.0789.5837.65
Hex71B6A2605F1D545a26
Octal161266124601373512413246
Binary1110001101101101010100110010111111110110101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b60a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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