#71A215

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

Shades of Christi #71A215

Tints of Christi #71A215

Color information

#71A215 (or 0x71A215) is unknown color: approx Christi. HEX triplet: 71, A2 and 15. RGB value is (113,162,21). Sum of RGB (Red+Green+Blue) = 113+162+21=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #71A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A215 is #8E5DEA. Grayscale: #838383. Windows color (decimal): -9330155 or 1417841. OLE color: 1417841.

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

Color convert

RGB11316221-
CMYK0.3000.870.36
HSL80.85º77.05%35.88%-
HSV(B)80.85º87.04%63.53%-
XYZ19.8729.415.34-
YUV131.2865.77114.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 162 (63.67% from 255) = 54.73%
BLUE value IS 21 (8.59% from 255) = 7.09%
R=38.18%
G=54.73%
B=7.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113162210.3000.870.3680.8577.0535.88
Hex71A2151E05724514d24
Octal161242253601274412111544
Binary11100011010001010101111100101011110010010100011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,21); }

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

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

 a { background-color: rgb(113,162,21); }

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

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

 span { border-color: rgb(113,162,21); }

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