#75AB27

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

Shades of Lima #75AB27

Tints of Lima #75AB27

Color information

#75AB27 (or 0x75AB27) is unknown color: approx Lima. HEX triplet: 75, AB and 27. RGB value is (117,171,39). Sum of RGB (Red+Green+Blue) = 117+171+39=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB27 is #8A54D8. Grayscale: #8C8C8C. Windows color (decimal): -9065689 or 2599797. OLE color: 2599797.

HSL color Cylindrical-coordinate representation of color #75AB27: hue angle of 84.55º 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 #75AB27 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB11717139-
CMYK0.3200.770.33
HSL84.55º62.86%41.18%-
HSV(B)84.55º77.19%67.06%-
XYZ22.2733.057.13-
YUV139.8171.11111.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 171 (67.19% from 255) = 52.29%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=35.78%
G=52.29%
B=11.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171390.3200.770.3384.5562.8641.18
Hex75AB272004D21553f29
Octal16525347400115411257751
Binary111010110101011100111100000010011011000011010101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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