#A0B878

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

Shades of Olivine #A0B878

Tints of Olivine #A0B878

Color information

#A0B878 (or 0xA0B878) is unknown color: approx Olivine. HEX triplet: A0, B8 and 78. RGB value is (160,184,120). Sum of RGB (Red+Green+Blue) = 160+184+120=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B878 is #5F4787. Grayscale: #A9A9A9. Windows color (decimal): -6244232 or 7911584. OLE color: 7911584.

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

Color convert

RGB160184120-
CMYK0.1300.350.28
HSL82.5º31.07%59.61%-
HSV(B)82.5º34.78%72.16%-
XYZ35.0343.1124.24-
YUV169.53100.05121.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=34.48%
G=39.66%
B=25.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841200.1300.350.2882.531.0759.61
HexA0B878D0231C521f3c
Octal24027017015043341223774
Binary101000001011100011110001101010001111100101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B878; }

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

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

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

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

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

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

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

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