#71a82c

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

Shades of Christi #71A82C

Tints of Christi #71A82C

Color information

#71A82C (or 0x71A82C) is unknown color: approx Christi. HEX triplet: 71, A8 and 2C. RGB value is (113,168,44). Sum of RGB (Red+Green+Blue) = 113+168+44=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #71A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A82C is #8E57D3. Grayscale: #898989. Windows color (decimal): -9328596 or 2926705. OLE color: 2926705.

HSL color Cylindrical-coordinate representation of color #71A82C: hue angle of 86.61º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71A82C is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB11316844-
CMYK0.3300.740.34
HSL86.61º58.49%41.57%-
HSV(B)86.61º73.81%65.88%-
XYZ21.2731.77.38-
YUV137.4275.28110.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=34.77%
G=51.69%
B=13.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal113168440.3300.740.3486.6158.4941.57
Hex71A82C2104A22573a2a
Octal16125054410112421277252
Binary111000110101000101100100001010010101000101010111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71a82c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,168,44); }

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

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

 a { background-color: rgb(113,168,44); }

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

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

 span { border-color: rgb(113,168,44); }

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