#A0AF7D

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

Shades of Olivine #A0AF7D

Tints of Olivine #A0AF7D

Color information

#A0AF7D (or 0xA0AF7D) is unknown color: approx Olivine. HEX triplet: A0, AF and 7D. RGB value is (160,175,125). Sum of RGB (Red+Green+Blue) = 160+175+125=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF7D is #5F5082. Grayscale: #A5A5A5. Windows color (decimal): -6246531 or 8236960. OLE color: 8236960.

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

Color convert

RGB160175125-
CMYK0.0900.290.31
HSL78º23.81%58.82%-
HSV(B)78º28.57%68.63%-
XYZ33.5339.6125.28-
YUV164.82105.53124.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=34.78%
G=38.04%
B=27.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751250.0900.290.317823.8158.82
HexA0AF7D901D1F4e183b
Octal24025717511035371163073
Binary10100000101011111111101100101110111111100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF7D; }

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

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

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

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

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

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

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

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