#A0BF70

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

Shades of Olivine #A0BF70

Tints of Olivine #A0BF70

Color information

#A0BF70 (or 0xA0BF70) is unknown color: approx Olivine. HEX triplet: A0, BF and 70. RGB value is (160,191,112). Sum of RGB (Red+Green+Blue) = 160+191+112=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF70 is #5F408F. Grayscale: #ADADAD. Windows color (decimal): -6242448 or 7389088. OLE color: 7389088.

HSL color Cylindrical-coordinate representation of color #A0BF70: hue angle of 83.54º 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 #A0BF70 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB160191112-
CMYK0.1600.410.25
HSL83.54º38.16%59.41%-
HSV(B)83.54º41.36%74.9%-
XYZ36.0545.9122.29-
YUV172.7293.73118.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=34.56%
G=41.25%
B=24.19%

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
Decimal1601911120.1600.410.2583.5438.1659.41
HexA0BF70100291954263b
Octal24027716020051311244673
Binary10100000101111111110000100000101001110011010100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF70; }

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

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

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

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

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

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

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

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