#AAAA68

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

Shades of Olive Green #AAAA68

Tints of Olive Green #AAAA68

Color information

#AAAA68 (or 0xAAAA68) is unknown color: approx Olive Green. HEX triplet: AA, AA and 68. RGB value is (170,170,104). Sum of RGB (Red+Green+Blue) = 170+170+104=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA68 is #555597. Grayscale: #A2A2A2. Windows color (decimal): -5592472 or 6859434. OLE color: 6859434.

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

Color convert

RGB170170104-
CMYK000.390.33
HSL60º27.97%53.73%-
HSV(B)60º38.82%66.67%-
XYZ33.4538.2918.73-
YUV162.4895133.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=38.29%
G=38.29%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170104000.390.336027.9753.73
HexAAAA680027213c1c36
Octal252252150004741743466
Binary101010101010101011010000010011110000111110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA68; }

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

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

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

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

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

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

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

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