Html Css Color HEX #AAB759 Olive Green

📋 copy color: '#AAB759'

red 170 ◦ green 183 ◦ blue 89

#AAB759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AAB759

Tints of Olive Green #AAB759

RGB

 RED value IS 170 (66.8% from 255) = 38.46%

 GREEN value IS 183 (71.88% from 255) = 41.4%

 BLUE value IS 89 (35.16% from 255) = 20.14%

R = 38.46%
G = 41.4%
B = 20.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#AAB759 (or 0xAAB759) is known color: Olive Green. HEX triplet: AA, B7 and 59. RGB value is (170,183,89). Sum of RGB (Red+Green+Blue) = 170+183+89=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB759 is #5548A6. Grayscale: #A8A8A8. Windows color (decimal): -5589159 or 5879722. OLE color: 5879722.

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

Color convert

RGB 170 183 89 -
CMYK 0.07 0 0.51 0.28
HSL 68.3º 0.39% 0.53% -
HSV(B) 68.3º 0.51% 0.72% -
XYZ 35.31 43.13 15.92 -
YUV 168.4 83.19 129.14 -
System Red Green Blue C M Y K H S L
Decimal 170 183 89 0.07 0 0.51 0.28 68.3 0.39 0.53
Hex AA B7 59 7 0 33 1C 44 27 35
Octal 252 267 131 7 0 63 34 104 47 65
Binary 10101010 10110111 1011001 111 0 110011 11100 1000100 100111 110101

Color Harmonies of #AAB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB759

Black with #AAB759

Text Example


Text Example

White with #AAB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB759; }

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

 H1.HeaderClassName
 {
   color: #AAB759;
 }
 .AnyTagClassName
 {
   color: #AAB759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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