#AAC669

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

Shades of Olivine #AAC669

Tints of Olivine #AAC669

Color information

#AAC669 (or 0xAAC669) is unknown color: approx Olivine. HEX triplet: AA, C6 and 69. RGB value is (170,198,105). Sum of RGB (Red+Green+Blue) = 170+198+105=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC669 is #553996. Grayscale: #B3B3B3. Windows color (decimal): -5585303 or 6932138. OLE color: 6932138.

HSL color Cylindrical-coordinate representation of color #AAC669: hue angle of 78.06º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC669 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB170198105-
CMYK0.1400.470.22
HSL78.06º44.93%59.41%-
HSV(B)78.06º46.97%77.65%-
XYZ39.3249.9520.93-
YUV179.0386.22121.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 105 (41.41% from 255) = 22.20%
R=35.94%
G=41.86%
B=22.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981050.1400.470.2278.0644.9359.41
HexAAC669E02F164e2d3b
Octal25230615116057261165573
Binary1010101011000110110100111100101111101101001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC669; }

 p { color: rgb(170,198,105); }

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

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

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

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

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

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

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