#A0BC68

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

Shades of Olivine #A0BC68

Tints of Olivine #A0BC68

Color information

#A0BC68 (or 0xA0BC68) is unknown color: approx Olivine. HEX triplet: A0, BC and 68. RGB value is (160,188,104). Sum of RGB (Red+Green+Blue) = 160+188+104=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC68 is #5F4397. Grayscale: #AAAAAA. Windows color (decimal): -6243224 or 6864032. OLE color: 6864032.

HSL color Cylindrical-coordinate representation of color #A0BC68: hue angle of 80º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0BC68 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB160188104-
CMYK0.1500.450.26
HSL80º38.53%57.25%-
HSV(B)80º44.68%73.73%-
XYZ34.9844.4419.83-
YUV170.0590.72120.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=35.40%
G=41.59%
B=23.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881040.1500.450.268038.5357.25
HexA0BC68F02D1A502739
Octal24027415017055321204771
Binary1010000010111100110100011110101101110101010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC68; }

 p { color: rgb(160,188,104); }

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

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

 a { background-color: rgb(160,188,104); }

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

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

 span { border-color: rgb(160,188,104); }

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