Html Css Color HEX #AAB060 Olive Green

📋 copy color: '#AAB060'

red 170 ◦ green 176 ◦ blue 96

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

Shades of Olive Green #AAB060

Tints of Olive Green #AAB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.82%

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

R = 38.46%
G = 39.82%
B = 21.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AAB060 (or 0xAAB060) is known color: Olive Green. HEX triplet: AA, B0 and 60. RGB value is (170,176,96). Sum of RGB (Red+Green+Blue) = 170+176+96=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB060 is #554F9F. Grayscale: #A5A5A5. Windows color (decimal): -5590944 or 6336682. OLE color: 6336682.

HSL color Cylindrical-coordinate representation of color #AAB060: hue angle of 64.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAB060 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 96 -
CMYK 0.03 0 0.45 0.31
HSL 64.5º 0.34% 0.53% -
HSV(B) 64.5º 0.45% 0.69% -
XYZ 34.21 40.44 17.07 -
YUV 165.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 170 176 96 0.03 0 0.45 0.31 64.5 0.34 0.53
Hex AA B0 60 3 0 2D 1F 40 22 35
Octal 252 260 140 3 0 55 37 100 42 65
Binary 10101010 10110000 1100000 11 0 101101 11111 1000000 100010 110101

Color Harmonies of #AAB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB060

Black with #AAB060

Text Example


Text Example

White with #AAB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB060; }

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

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

background-color css

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

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

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

border-color css

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

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

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