#A0AF7B

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

Shades of Olivine #A0AF7B

Tints of Olivine #A0AF7B

Color information

#A0AF7B (or 0xA0AF7B) is unknown color: approx Olivine. HEX triplet: A0, AF and 7B. RGB value is (160,175,123). Sum of RGB (Red+Green+Blue) = 160+175+123=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF7B is #5F5084. Grayscale: #A4A4A4. Windows color (decimal): -6246533 or 8105888. OLE color: 8105888.

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

Color convert

RGB160175123-
CMYK0.0900.300.31
HSL77.31º24.53%58.43%-
HSV(B)77.31º29.71%68.63%-
XYZ33.439.5624.61-
YUV164.59104.53124.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=34.93%
G=38.21%
B=26.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751230.0900.300.3177.3124.5358.43
HexA0AF7B901E1F4d193a
Octal24025717311036371153172
Binary10100000101011111111011100101111011111100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF7B; }

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

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

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

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

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

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

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

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