#AAB067

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

Shades of Olive Green #AAB067

Tints of Olive Green #AAB067

Color information

#AAB067 (or 0xAAB067) is unknown color: approx Olive Green. HEX triplet: AA, B0 and 67. RGB value is (170,176,103). Sum of RGB (Red+Green+Blue) = 170+176+103=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB067 is #554F98. Grayscale: #A6A6A6. Windows color (decimal): -5590937 or 6795434. OLE color: 6795434.

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

Color convert

RGB170176103-
CMYK0.0300.410.31
HSL64.93º31.6%54.71%-
HSV(B)64.93º41.48%69.02%-
XYZ34.5540.5818.84-
YUV165.8892.51130.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=37.86%
G=39.20%
B=22.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761030.0300.410.3164.9331.654.71
HexAAB06730291F412037
Octal2522601473051371014067
Binary10101010101100001100111110101001111111000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB067; }

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

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

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

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

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

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

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

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