#75AB26

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

Shades of Lima #75AB26

Tints of Lima #75AB26

Color information

#75AB26 (or 0x75AB26) is unknown color: approx Lima. HEX triplet: 75, AB and 26. RGB value is (117,171,38). Sum of RGB (Red+Green+Blue) = 117+171+38=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB26 is #8A54D9. Grayscale: #8C8C8C. Windows color (decimal): -9065690 or 2534261. OLE color: 2534261.

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

Color convert

RGB11717138-
CMYK0.3200.780.33
HSL84.36º63.64%40.98%-
HSV(B)84.36º77.78%67.06%-
XYZ22.2533.057.04-
YUV139.6970.61111.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 171 (67.19% from 255) = 52.45%
BLUE value IS 38 (15.23% from 255) = 11.66%
R=35.89%
G=52.45%
B=11.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171380.3200.780.3384.3663.6440.98
Hex75AB262004E21544029
Octal165253464001164112410051
Binary1110101101010111001101000000100111010000110101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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