#75AB2D

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

Shades of Lima #75AB2D

Tints of Lima #75AB2D

Color information

#75AB2D (or 0x75AB2D) is unknown color: approx Lima. HEX triplet: 75, AB and 2D. RGB value is (117,171,45). Sum of RGB (Red+Green+Blue) = 117+171+45=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB2D is #8A54D2. Grayscale: #8C8C8C. Windows color (decimal): -9065683 or 2993013. OLE color: 2993013.

HSL color Cylindrical-coordinate representation of color #75AB2D: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75AB2D is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB11717145-
CMYK0.3200.740.33
HSL85.71º58.33%42.35%-
HSV(B)85.71º73.68%67.06%-
XYZ22.3733.17.69-
YUV140.4974.11111.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=35.14%
G=51.35%
B=13.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171450.3200.740.3385.7158.3342.35
Hex75AB2D2004A21563a2a
Octal16525355400112411267252
Binary111010110101011101101100000010010101000011010110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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