#A0B770

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

Shades of Olivine #A0B770

Tints of Olivine #A0B770

Color information

#A0B770 (or 0xA0B770) is unknown color: approx Olivine. HEX triplet: A0, B7 and 70. RGB value is (160,183,112). Sum of RGB (Red+Green+Blue) = 160+183+112=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B770 is #5F488F. Grayscale: #A8A8A8. Windows color (decimal): -6244496 or 7387040. OLE color: 7387040.

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

Color convert

RGB160183112-
CMYK0.1300.390.28
HSL79.44º33.02%57.84%-
HSV(B)79.44º38.8%71.76%-
XYZ34.3642.5121.72-
YUV168.0396.38122.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=35.16%
G=40.22%
B=24.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831120.1300.390.2879.4433.0257.84
HexA0B770D0271C4f213a
Octal24026716015047341174172
Binary1010000010110111111000011010100111111001001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B770; }

 p { color: rgb(160,183,112); }

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

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

 a { background-color: rgb(160,183,112); }

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

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

 span { border-color: rgb(160,183,112); }

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