#AAAD67

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

Shades of Olive Green #AAAD67

Tints of Olive Green #AAAD67

Color information

#AAAD67 (or 0xAAAD67) is unknown color: approx Olive Green. HEX triplet: AA, AD and 67. RGB value is (170,173,103). Sum of RGB (Red+Green+Blue) = 170+173+103=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD67 is #555298. Grayscale: #A4A4A4. Windows color (decimal): -5591705 or 6794666. OLE color: 6794666.

HSL color Cylindrical-coordinate representation of color #AAAD67: hue angle of 62.57º 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 #AAAD67 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB170173103-
CMYK0.0200.400.32
HSL62.57º29.91%54.12%-
HSV(B)62.57º40.46%67.84%-
XYZ33.9739.4118.65-
YUV164.1293.51132.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=38.12%
G=38.79%
B=23.09%

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
Decimal1701731030.0200.400.3262.5729.9154.12
HexAAAD672028203f1e36
Octal252255147205040773666
Binary1010101010101101110011110010100010000011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD67; }

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

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

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

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

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

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

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

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