#75AA24

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

Shades of Lima #75AA24

Tints of Lima #75AA24

Color information

#75AA24 (or 0x75AA24) is unknown color: approx Lima. HEX triplet: 75, AA and 24. RGB value is (117,170,36). Sum of RGB (Red+Green+Blue) = 117+170+36=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA24 is #8A55DB. Grayscale: #8B8B8B. Windows color (decimal): -9065948 or 2402933. OLE color: 2402933.

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

Color convert

RGB11717036-
CMYK0.3100.790.33
HSL83.73º65.05%40.39%-
HSV(B)83.73º78.82%66.67%-
XYZ22.0332.666.81-
YUV138.8869.94112.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 36 (14.45% from 255) = 11.15%
R=36.22%
G=52.63%
B=11.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170360.3100.790.3383.7365.0540.39
Hex75AA241F04F21544128
Octal165252443701174112410150
Binary111010110101010100100111110100111110000110101001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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