#AAB066

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

Shades of Olive Green #AAB066

Tints of Olive Green #AAB066

Color information

#AAB066 (or 0xAAB066) is unknown color: approx Olive Green. HEX triplet: AA, B0 and 66. RGB value is (170,176,102). Sum of RGB (Red+Green+Blue) = 170+176+102=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB066 is #554F99. Grayscale: #A6A6A6. Windows color (decimal): -5590938 or 6729898. OLE color: 6729898.

HSL color Cylindrical-coordinate representation of color #AAB066: hue angle of 64.86º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB066 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB170176102-
CMYK0.0300.420.31
HSL64.86º31.9%54.51%-
HSV(B)64.86º42.05%69.02%-
XYZ34.540.5618.58-
YUV165.7792.01131.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=37.95%
G=39.29%
B=22.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761020.0300.420.3164.8631.954.51
HexAAB066302A1F412037
Octal2522601463052371014067
Binary10101010101100001100110110101010111111000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB066; }

 p { color: rgb(170,176,102); }

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

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

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

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

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

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

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