#73AA20

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

Shades of Christi #73AA20

Tints of Christi #73AA20

Color information

#73AA20 (or 0x73AA20) is unknown color: approx Christi. HEX triplet: 73, AA and 20. RGB value is (115,170,32). Sum of RGB (Red+Green+Blue) = 115+170+32=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AA20 is #8C55DF. Grayscale: #8A8A8A. Windows color (decimal): -9197024 or 2140787. OLE color: 2140787.

HSL color Cylindrical-coordinate representation of color #73AA20: hue angle of 83.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73AA20 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB11517032-
CMYK0.3200.810.33
HSL83.91º68.32%39.61%-
HSV(B)83.91º81.18%66.67%-
XYZ21.7132.56.5-
YUV137.8268.28111.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=36.28%
G=53.63%
B=10.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115170320.3200.810.3383.9168.3239.61
Hex73AA202005121544428
Octal163252404001214112410450
Binary1110011101010101000001000000101000110000110101001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AA20; }

 p { color: rgb(115,170,32); }

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

<style>
 a { background-color: #73AA20; }

 a { background-color: rgb(115,170,32); }

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

<style>
 span { border-color: #73AA20; }

 span { border-color: rgb(115,170,32); }

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