Html Css Color HEX #AAB660 Olive Green

📋 copy color: '#AAB660'

red 170 ◦ green 182 ◦ blue 96

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

Shades of Olive Green #AAB660

Tints of Olive Green #AAB660

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 37.95%
G = 40.63%
B = 21.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#AAB660 (or 0xAAB660) is known color: Olive Green. HEX triplet: AA, B6 and 60. RGB value is (170,182,96). Sum of RGB (Red+Green+Blue) = 170+182+96=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB660 is #55499F. Grayscale: #A8A8A8. Windows color (decimal): -5589408 or 6338218. OLE color: 6338218.

HSL color Cylindrical-coordinate representation of color #AAB660: hue angle of 68.37º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAB660 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 96 -
CMYK 0.07 0 0.47 0.29
HSL 68.37º 0.37% 0.55% -
HSV(B) 68.37º 0.47% 0.71% -
XYZ 35.42 42.85 17.47 -
YUV 168.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 170 182 96 0.07 0 0.47 0.29 68.37 0.37 0.55
Hex AA B6 60 7 0 2F 1D 44 25 37
Octal 252 266 140 7 0 57 35 104 45 67
Binary 10101010 10110110 1100000 111 0 101111 11101 1000100 100101 110111

Color Harmonies of #AAB660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB660

Black with #AAB660

Text Example


Text Example

White with #AAB660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB660; }

 p { color: rgb(170,182,96); }

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

background-color css

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

 a { background-color: rgb(170,182,96); }

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

border-color css

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

 span { border-color: rgb(170,182,96); }

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