#aaad68

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

Shades of Olive Green #AAAD68

Tints of Olive Green #AAAD68

Color information

#AAAD68 (or 0xAAAD68) is unknown color: approx Olive Green. HEX triplet: AA, AD and 68. RGB value is (170,173,104). Sum of RGB (Red+Green+Blue) = 170+173+104=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD68 is #555297. Grayscale: #A4A4A4. Windows color (decimal): -5591704 or 6860202. OLE color: 6860202.

HSL color Cylindrical-coordinate representation of color #AAAD68: hue angle of 62.61º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAAD68 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB170173104-
CMYK0.0200.400.32
HSL62.61º29.61%54.31%-
HSV(B)62.61º39.88%67.84%-
XYZ34.0239.4318.91-
YUV164.2494.01132.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 104 (41.02% from 255) = 23.27%
R=38.03%
G=38.70%
B=23.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731040.0200.400.3262.6129.6154.31
HexAAAD682028203f1e36
Octal252255150205040773666
Binary1010101010101101110100010010100010000011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaad68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaad68; }

 p { color: rgb(170,173,104); }

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

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

 a { background-color: rgb(170,173,104); }

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

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

 span { border-color: rgb(170,173,104); }

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