#A0AF79

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

Shades of Olivine #A0AF79

Tints of Olivine #A0AF79

Color information

#A0AF79 (or 0xA0AF79) is unknown color: approx Olivine. HEX triplet: A0, AF and 79. RGB value is (160,175,121). Sum of RGB (Red+Green+Blue) = 160+175+121=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF79 is #5F5086. Grayscale: #A4A4A4. Windows color (decimal): -6246535 or 7974816. OLE color: 7974816.

HSL color Cylindrical-coordinate representation of color #A0AF79: hue angle of 76.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0AF79 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB160175121-
CMYK0.0900.310.31
HSL76.67º25.23%58.04%-
HSV(B)76.67º30.86%68.63%-
XYZ33.2839.5123.96-
YUV164.36103.53124.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=35.09%
G=38.38%
B=26.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751210.0900.310.3176.6725.2358.04
HexA0AF79901F1F4d193a
Octal24025717111037371153172
Binary10100000101011111111001100101111111111100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF79; }

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

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

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

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

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

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

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

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