#AAB75B

Color #AAB75B Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AAB75B

Tints of Olive Green #AAB75B

Color information

#AAB75B (or 0xAAB75B) is unknown color: approx Olive Green. HEX triplet: AA, B7 and 5B. RGB value is (170,183,91). Sum of RGB (Red+Green+Blue) = 170+183+91=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB75B is #5548A4. Grayscale: #A8A8A8. Windows color (decimal): -5589157 or 6010794. OLE color: 6010794.

HSL color Cylindrical-coordinate representation of color #AAB75B: hue angle of 68.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB75B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB17018391-
CMYK0.0700.500.28
HSL68.48º38.98%53.73%-
HSV(B)68.48º50.27%71.76%-
XYZ35.443.1716.36-
YUV168.6284.19128.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=38.29%
G=41.22%
B=20.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183910.0700.500.2868.4838.9853.73
HexAAB75B70321C442736
Octal2522671337062341044766
Binary101010101011011110110111110110010111001000100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB75B; }

 p { color: rgb(170,183,91); }

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

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

 a { background-color: rgb(170,183,91); }

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

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

 span { border-color: rgb(170,183,91); }

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