#71A514

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

Shades of Christi #71A514

Tints of Christi #71A514

Color information

#71A514 (or 0x71A514) is unknown color: approx Christi. HEX triplet: 71, A5 and 14. RGB value is (113,165,20). Sum of RGB (Red+Green+Blue) = 113+165+20=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #71A514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A514 is #8E5AEB. Grayscale: #858585. Windows color (decimal): -9329388 or 1353073. OLE color: 1353073.

HSL color Cylindrical-coordinate representation of color #71A514: hue angle of 81.52º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71A514 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB11316520-
CMYK0.3200.880.35
HSL81.52º78.38%36.27%-
HSV(B)81.52º87.88%64.71%-
XYZ20.3930.475.47-
YUV132.9264.27113.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 165 (64.84% from 255) = 55.37%
BLUE value IS 20 (8.20% from 255) = 6.71%
R=37.92%
G=55.37%
B=6.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113165200.3200.880.3581.5278.3836.27
Hex71A5142005823524e24
Octal161245244001304312211644
Binary111000110100101101001000000101100010001110100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,165,20); }

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

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

 a { background-color: rgb(113,165,20); }

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

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

 span { border-color: rgb(113,165,20); }

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