Html Css Color HEX #AAB664 Olive Green

📋 copy color: '#AAB664'

red 170 ◦ green 182 ◦ blue 100

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

Shades of Olive Green #AAB664

Tints of Olive Green #AAB664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 37.61%
G = 40.27%
B = 22.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#AAB664 (or 0xAAB664) is known color: Olive Green. HEX triplet: AA, B6 and 64. RGB value is (170,182,100). Sum of RGB (Red+Green+Blue) = 170+182+100=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB664 is #55499B. Grayscale: #A9A9A9. Windows color (decimal): -5589404 or 6600362. OLE color: 6600362.

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

Color convert

RGB 170 182 100 -
CMYK 0.07 0 0.45 0.29
HSL 68.78º 0.36% 0.55% -
HSV(B) 68.78º 0.45% 0.71% -
XYZ 35.61 42.92 18.46 -
YUV 169.06 89.02 128.67 -
System Red Green Blue C M Y K H S L
Decimal 170 182 100 0.07 0 0.45 0.29 68.78 0.36 0.55
Hex AA B6 64 7 0 2D 1D 45 24 37
Octal 252 266 144 7 0 55 35 105 44 67
Binary 10101010 10110110 1100100 111 0 101101 11101 1000101 100100 110111

Color Harmonies of #AAB664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB664

Black with #AAB664

Text Example


Text Example

White with #AAB664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB664; }

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

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

background-color css

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

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

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

border-color css

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

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

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