#75aa26

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

Shades of Lima #75AA26

Tints of Lima #75AA26

Color information

#75AA26 (or 0x75AA26) is unknown color: approx Lima. HEX triplet: 75, AA and 26. RGB value is (117,170,38). Sum of RGB (Red+Green+Blue) = 117+170+38=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA26 is #8A55D9. Grayscale: #8B8B8B. Windows color (decimal): -9065946 or 2534005. OLE color: 2534005.

HSL color Cylindrical-coordinate representation of color #75AA26: hue angle of 84.09º degrees, saturation: 0.63, 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 #75AA26 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB11717038-
CMYK0.3100.780.33
HSL84.09º63.46%40.78%-
HSV(B)84.09º77.65%66.67%-
XYZ22.0632.676.98-
YUV139.170.94112.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 38 (15.23% from 255) = 11.69%
R=36%
G=52.31%
B=11.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170380.3100.780.3384.0963.4640.78
Hex75AA261F04E21543f29
Octal16525246370116411247751
Binary11101011010101010011011111010011101000011010100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75aa26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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