#A0BA79

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

Shades of Olivine #A0BA79

Tints of Olivine #A0BA79

Color information

#A0BA79 (or 0xA0BA79) is unknown color: approx Olivine. HEX triplet: A0, BA and 79. RGB value is (160,186,121). Sum of RGB (Red+Green+Blue) = 160+186+121=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA79 is #5F4586. Grayscale: #ABABAB. Windows color (decimal): -6243719 or 7977632. OLE color: 7977632.

HSL color Cylindrical-coordinate representation of color #A0BA79: hue angle of 84º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BA79 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB160186121-
CMYK0.1400.350.27
HSL84º32.02%60.2%-
HSV(B)84º34.95%72.94%-
XYZ35.5143.9724.71-
YUV170.8299.89120.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=34.26%
G=39.83%
B=25.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861210.1400.350.278432.0260.2
HexA0BA79E0231B54203c
Octal24027217116043331244074
Binary1010000010111010111100111100100011110111010100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA79; }

 p { color: rgb(160,186,121); }

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

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

 a { background-color: rgb(160,186,121); }

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

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

 span { border-color: rgb(160,186,121); }

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