#A0B077

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

Shades of Olivine #A0B077

Tints of Olivine #A0B077

Color information

#A0B077 (or 0xA0B077) is unknown color: approx Olivine. HEX triplet: A0, B0 and 77. RGB value is (160,176,119). Sum of RGB (Red+Green+Blue) = 160+176+119=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B077 is #5F4F88. Grayscale: #A4A4A4. Windows color (decimal): -6246281 or 7844000. OLE color: 7844000.

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

Color convert

RGB160176119-
CMYK0.0900.320.31
HSL76.84º26.51%57.84%-
HSV(B)76.84º32.39%69.02%-
XYZ33.3539.8623.39-
YUV164.72102.2124.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=35.16%
G=38.68%
B=26.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761190.0900.320.3176.8426.5157.84
HexA0B07790201F4d1b3a
Octal24026016711040371153372
Binary101000001011000011101111001010000011111100110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B077; }

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

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

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

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

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

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

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

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