#AAA867

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

Shades of Olive Green #AAA867

Tints of Olive Green #AAA867

Color information

#AAA867 (or 0xAAA867) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 67. RGB value is (170,168,103). Sum of RGB (Red+Green+Blue) = 170+168+103=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA867 is #555798. Grayscale: #A1A1A1. Windows color (decimal): -5592985 or 6793386. OLE color: 6793386.

HSL color Cylindrical-coordinate representation of color #AAA867: hue angle of 58.21º 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 #AAA867 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170168103-
CMYK00.010.390.33
HSL58.21º28.27%53.53%-
HSV(B)58.21º39.41%66.67%-
XYZ33.0337.5318.34-
YUV161.1995.16134.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=38.55%
G=38.10%
B=23.36%

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
Decimal17016810300.010.390.3358.2128.2753.53
HexAAA8670127213a1c36
Octal252250147014741723466
Binary101010101010100011001110110011110000111101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA867; }

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

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

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

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

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

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

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

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