#71AA2A

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

Shades of Christi #71AA2A

Tints of Christi #71AA2A

Color information

#71AA2A (or 0x71AA2A) is unknown color: approx Christi. HEX triplet: 71, AA and 2A. RGB value is (113,170,42). Sum of RGB (Red+Green+Blue) = 113+170+42=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA2A is #8E55D5. Grayscale: #8A8A8A. Windows color (decimal): -9328086 or 2796145. OLE color: 2796145.

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

Color convert

RGB11317042-
CMYK0.3400.750.33
HSL86.72º60.38%41.57%-
HSV(B)86.72º75.29%66.67%-
XYZ21.632.437.31-
YUV138.3673.62109.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=34.77%
G=52.31%
B=12.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113170420.3400.750.3386.7260.3841.57
Hex71AA2A2204B21573c2a
Octal16125252420113411277452
Binary111000110101010101010100010010010111000011010111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,170,42); }

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

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

 a { background-color: rgb(113,170,42); }

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

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

 span { border-color: rgb(113,170,42); }

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