#A0BB69

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

Shades of Olivine #A0BB69

Tints of Olivine #A0BB69

Color information

#A0BB69 (or 0xA0BB69) is unknown color: approx Olivine. HEX triplet: A0, BB and 69. RGB value is (160,187,105). Sum of RGB (Red+Green+Blue) = 160+187+105=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB69 is #5F4496. Grayscale: #A9A9A9. Windows color (decimal): -6243479 or 6929312. OLE color: 6929312.

HSL color Cylindrical-coordinate representation of color #A0BB69: hue angle of 79.76º 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 #A0BB69 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB160187105-
CMYK0.1400.440.27
HSL79.76º37.61%57.25%-
HSV(B)79.76º43.85%73.33%-
XYZ34.8244.0320.03-
YUV169.5891.55121.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=35.40%
G=41.37%
B=23.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601871050.1400.440.2779.7637.6157.25
HexA0BB69E02C1B502639
Octal24027315116054331204671
Binary1010000010111011110100111100101100110111010000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BB69; }

 p { color: rgb(160,187,105); }

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

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

 a { background-color: rgb(160,187,105); }

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

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

 span { border-color: rgb(160,187,105); }

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