#A0B076

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

Shades of Olivine #A0B076

Tints of Olivine #A0B076

Color information

#A0B076 (or 0xA0B076) is unknown color: approx Olivine. HEX triplet: A0, B0 and 76. RGB value is (160,176,118). Sum of RGB (Red+Green+Blue) = 160+176+118=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B076 is #5F4F89. Grayscale: #A4A4A4. Windows color (decimal): -6246282 or 7778464. OLE color: 7778464.

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

Color convert

RGB160176118-
CMYK0.0900.330.31
HSL76.55º26.85%57.65%-
HSV(B)76.55º32.95%69.02%-
XYZ33.2939.8323.07-
YUV164.6101.7124.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=35.24%
G=38.77%
B=25.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761180.0900.330.3176.5526.8557.65
HexA0B07690211F4d1b3a
Octal24026016611041371153372
Binary101000001011000011101101001010000111111100110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B076; }

 p { color: rgb(160,176,118); }

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

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

 a { background-color: rgb(160,176,118); }

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

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

 span { border-color: rgb(160,176,118); }

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