#75AA27

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

Shades of Lima #75AA27

Tints of Lima #75AA27

Color information

#75AA27 (or 0x75AA27) is unknown color: approx Lima. HEX triplet: 75, AA and 27. RGB value is (117,170,39). Sum of RGB (Red+Green+Blue) = 117+170+39=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA27 is #8A55D8. Grayscale: #8B8B8B. Windows color (decimal): -9065945 or 2599541. OLE color: 2599541.

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

Color convert

RGB11717039-
CMYK0.3100.770.33
HSL84.27º62.68%40.98%-
HSV(B)84.27º77.06%66.67%-
XYZ22.0832.687.06-
YUV139.2271.44112.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 170 (66.80% from 255) = 52.15%
BLUE value IS 39 (15.62% from 255) = 11.96%
R=35.89%
G=52.15%
B=11.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170390.3100.770.3384.2762.6840.98
Hex75AA271F04D21543f29
Octal16525247370115411247751
Binary11101011010101010011111111010011011000011010100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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