#AABB68

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

Shades of Green Smoke #AABB68

Tints of Green Smoke #AABB68

Color information

#AABB68 (or 0xAABB68) is unknown color: approx Green Smoke. HEX triplet: AA, BB and 68. RGB value is (170,187,104). Sum of RGB (Red+Green+Blue) = 170+187+104=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB68 is #554497. Grayscale: #ACACAC. Windows color (decimal): -5588120 or 6863786. OLE color: 6863786.

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

Color convert

RGB170187104-
CMYK0.0900.440.27
HSL72.29º37.9%57.06%-
HSV(B)72.29º44.39%73.33%-
XYZ36.8545.0919.86-
YUV172.4689.37126.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=36.88%
G=40.56%
B=22.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871040.0900.440.2772.2937.957.06
HexAABB68902C1B482639
Octal25227315011054331104671
Binary1010101010111011110100010010101100110111001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB68; }

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

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

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

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

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

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

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

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