#AAC769

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

Shades of Olivine #AAC769

Tints of Olivine #AAC769

Color information

#AAC769 (or 0xAAC769) is unknown color: approx Olivine. HEX triplet: AA, C7 and 69. RGB value is (170,199,105). Sum of RGB (Red+Green+Blue) = 170+199+105=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC769 is #553896. Grayscale: #B3B3B3. Windows color (decimal): -5585047 or 6932394. OLE color: 6932394.

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

Color convert

RGB170199105-
CMYK0.1500.470.22
HSL78.51º45.63%59.61%-
HSV(B)78.51º47.24%78.04%-
XYZ39.5550.4121.01-
YUV179.6185.89121.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 199 (78.12% from 255) = 41.98%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=35.86%
G=41.98%
B=22.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991050.1500.470.2278.5145.6359.61
HexAAC769F02F164f2e3c
Octal25230715117057261175674
Binary1010101011000111110100111110101111101101001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC769; }

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

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

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

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

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

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

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

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