#A0B874

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

Shades of Olivine #A0B874

Tints of Olivine #A0B874

Color information

#A0B874 (or 0xA0B874) is unknown color: approx Olivine. HEX triplet: A0, B8 and 74. RGB value is (160,184,116). Sum of RGB (Red+Green+Blue) = 160+184+116=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B874 is #5F478B. Grayscale: #A9A9A9. Windows color (decimal): -6244236 or 7649440. OLE color: 7649440.

HSL color Cylindrical-coordinate representation of color #A0B874: hue angle of 81.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B874 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB160184116-
CMYK0.1300.370.28
HSL81.18º32.38%58.82%-
HSV(B)81.18º36.96%72.16%-
XYZ34.7943.0222.99-
YUV169.0798.05121.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 116 (45.70% from 255) = 25.22%
R=34.78%
G=40%
B=25.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841160.1300.370.2881.1832.3858.82
HexA0B874D0251C51203b
Octal24027016415045341214073
Binary1010000010111000111010011010100101111001010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B874; }

 p { color: rgb(160,184,116); }

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

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

 a { background-color: rgb(160,184,116); }

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

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

 span { border-color: rgb(160,184,116); }

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