#AAA65B

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

Shades of Olive Green #AAA65B

Tints of Olive Green #AAA65B

Color information

#AAA65B (or 0xAAA65B) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 5B. RGB value is (170,166,91). Sum of RGB (Red+Green+Blue) = 170+166+91=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65B is #5559A4. Grayscale: #9E9E9E. Windows color (decimal): -5593509 or 6006442. OLE color: 6006442.

HSL color Cylindrical-coordinate representation of color #AAA65B: hue angle of 56.96º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAA65B is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17016691-
CMYK00.020.460.33
HSL56.96º31.73%51.18%-
HSV(B)56.96º46.47%66.67%-
XYZ32.136.5715.27-
YUV158.6589.83136.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=39.81%
G=38.88%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701669100.020.460.3356.9631.7351.18
HexAAA65B022E21392033
Octal252246133025641714063
Binary10101010101001101011011010101110100001111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA65B; }

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

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

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

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

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

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

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

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