#AAA967

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

Shades of Olive Green #AAA967

Tints of Olive Green #AAA967

Color information

#AAA967 (or 0xAAA967) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 67. RGB value is (170,169,103). Sum of RGB (Red+Green+Blue) = 170+169+103=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA967 is #555698. Grayscale: #A2A2A2. Windows color (decimal): -5592729 or 6793642. OLE color: 6793642.

HSL color Cylindrical-coordinate representation of color #AAA967: hue angle of 59.1º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA967 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170169103-
CMYK00.010.390.33
HSL59.1º28.27%53.53%-
HSV(B)59.1º39.41%66.67%-
XYZ33.2137.918.4-
YUV161.7794.83133.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=38.46%
G=38.24%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016910300.010.390.3359.128.2753.53
HexAAA9670127213b1c36
Octal252251147014741733466
Binary101010101010100111001110110011110000111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA967; }

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

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

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

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

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

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

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

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