#A0B679

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

Shades of Olivine #A0B679

Tints of Olivine #A0B679

Color information

#A0B679 (or 0xA0B679) is unknown color: approx Olivine. HEX triplet: A0, B6 and 79. RGB value is (160,182,121). Sum of RGB (Red+Green+Blue) = 160+182+121=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B679 is #5F4986. Grayscale: #A8A8A8. Windows color (decimal): -6244743 or 7976608. OLE color: 7976608.

HSL color Cylindrical-coordinate representation of color #A0B679: hue angle of 81.64º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0B679 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB160182121-
CMYK0.1200.340.29
HSL81.64º29.47%59.41%-
HSV(B)81.64º33.52%71.37%-
XYZ34.6842.3124.43-
YUV168.47101.21121.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=34.56%
G=39.31%
B=26.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821210.1200.340.2981.6429.4759.41
HexA0B679C0221D521d3b
Octal24026617114042351223573
Binary101000001011011011110011100010001011101101001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B679; }

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

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

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

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

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

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

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

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