#75AA16

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

Shades of Christi #75AA16

Tints of Christi #75AA16

Color information

#75AA16 (or 0x75AA16) is unknown color: approx Christi. HEX triplet: 75, AA and 16. RGB value is (117,170,22). Sum of RGB (Red+Green+Blue) = 117+170+22=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AA16 is #8A55E9. Grayscale: #898989. Windows color (decimal): -9065962 or 1485429. OLE color: 1485429.

HSL color Cylindrical-coordinate representation of color #75AA16: hue angle of 81.49º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75AA16 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB11717022-
CMYK0.3100.870.33
HSL81.49º77.08%37.65%-
HSV(B)81.49º87.06%66.67%-
XYZ21.8632.595.9-
YUV137.2862.94113.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 22 (8.98% from 255) = 7.12%
R=37.86%
G=55.02%
B=7.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170220.3100.870.3381.4977.0837.65
Hex75AA161F05721514d26
Octal165252263701274112111546
Binary11101011010101010110111110101011110000110100011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AA16; }

 p { color: rgb(117,170,22); }

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

<style>
 a { background-color: #75AA16; }

 a { background-color: rgb(117,170,22); }

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

<style>
 span { border-color: #75AA16; }

 span { border-color: rgb(117,170,22); }

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