#AABB66

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

Shades of Olive Green #AABB66

Tints of Olive Green #AABB66

Color information

#AABB66 (or 0xAABB66) is unknown color: approx Olive Green. HEX triplet: AA, BB and 66. RGB value is (170,187,102). Sum of RGB (Red+Green+Blue) = 170+187+102=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB66 is #554499. Grayscale: #ACACAC. Windows color (decimal): -5588122 or 6732714. OLE color: 6732714.

HSL color Cylindrical-coordinate representation of color #AABB66: hue angle of 72º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AABB66 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB170187102-
CMYK0.0900.450.27
HSL72º38.46%56.67%-
HSV(B)72º45.45%73.33%-
XYZ36.7545.0519.33-
YUV172.2388.37126.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=37.04%
G=40.74%
B=22.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871020.0900.450.277238.4656.67
HexAABB66902D1B482639
Octal25227314611055331104671
Binary1010101010111011110011010010101101110111001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB66; }

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

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

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

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

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

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

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

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