#A0B779

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

Shades of Olivine #A0B779

Tints of Olivine #A0B779

Color information

#A0B779 (or 0xA0B779) is unknown color: approx Olivine. HEX triplet: A0, B7 and 79. RGB value is (160,183,121). Sum of RGB (Red+Green+Blue) = 160+183+121=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B779 is #5F4886. Grayscale: #A9A9A9. Windows color (decimal): -6244487 or 7976864. OLE color: 7976864.

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

Color convert

RGB160183121-
CMYK0.1300.340.28
HSL82.26º30.1%59.61%-
HSV(B)82.26º33.88%71.76%-
XYZ34.8842.7224.5-
YUV169.06100.88121.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 121 (47.66% from 255) = 26.08%
R=34.48%
G=39.44%
B=26.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831210.1300.340.2882.2630.159.61
HexA0B779D0221C521e3c
Octal24026717115042341223674
Binary101000001011011111110011101010001011100101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B779; }

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

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

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

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

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

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

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

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