#A9C669

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

Shades of Olivine #A9C669

Tints of Olivine #A9C669

Color information

#A9C669 (or 0xA9C669) is unknown color: approx Olivine. HEX triplet: A9, C6 and 69. RGB value is (169,198,105). Sum of RGB (Red+Green+Blue) = 169+198+105=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C669 is #563996. Grayscale: #B3B3B3. Windows color (decimal): -5650839 or 6932137. OLE color: 6932137.

HSL color Cylindrical-coordinate representation of color #A9C669: hue angle of 78.71º 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 #A9C669 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB169198105-
CMYK0.1500.470.22
HSL78.71º44.93%59.41%-
HSV(B)78.71º46.97%77.65%-
XYZ39.1149.8420.92-
YUV178.7386.39121.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=35.81%
G=41.95%
B=22.25%

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
Decimal1691981050.1500.470.2278.7144.9359.41
HexA9C669F02F164f2d3b
Octal25130615117057261175573
Binary1010100111000110110100111110101111101101001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C669; }

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

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

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

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

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

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

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

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