#A0BE70

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

Shades of Olivine #A0BE70

Tints of Olivine #A0BE70

Color information

#A0BE70 (or 0xA0BE70) is unknown color: approx Olivine. HEX triplet: A0, BE and 70. RGB value is (160,190,112). Sum of RGB (Red+Green+Blue) = 160+190+112=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE70 is #5F418F. Grayscale: #ACACAC. Windows color (decimal): -6242704 or 7388832. OLE color: 7388832.

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

Color convert

RGB160190112-
CMYK0.1600.410.25
HSL83.08º37.5%59.22%-
HSV(B)83.08º41.05%74.51%-
XYZ35.8445.4722.22-
YUV172.1494.06119.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=34.63%
G=41.13%
B=24.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901120.1600.410.2583.0837.559.22
HexA0BE70100291953263b
Octal24027616020051311234673
Binary10100000101111101110000100000101001110011010011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE70; }

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

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

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

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

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

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

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

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