#A0BE7D

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

Shades of Olivine #A0BE7D

Tints of Olivine #A0BE7D

Color information

#A0BE7D (or 0xA0BE7D) is unknown color: approx Olivine. HEX triplet: A0, BE and 7D. RGB value is (160,190,125). Sum of RGB (Red+Green+Blue) = 160+190+125=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE7D is #5F4182. Grayscale: #ADADAD. Windows color (decimal): -6242691 or 8240800. OLE color: 8240800.

HSL color Cylindrical-coordinate representation of color #A0BE7D: hue angle of 87.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0BE7D is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB160190125-
CMYK0.1600.340.25
HSL87.69º33.33%61.76%-
HSV(B)87.69º34.21%74.51%-
XYZ36.6145.7826.31-
YUV173.62100.56118.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=33.68%
G=40%
B=26.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901250.1600.340.2587.6933.3361.76
HexA0BE7D100221958213e
Octal24027617520042311304176
Binary10100000101111101111101100000100010110011011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE7D; }

 p { color: rgb(160,190,125); }

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

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

 a { background-color: rgb(160,190,125); }

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

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

 span { border-color: rgb(160,190,125); }

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