#A0BF69

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

Shades of Olivine #A0BF69

Tints of Olivine #A0BF69

Color information

#A0BF69 (or 0xA0BF69) is unknown color: approx Olivine. HEX triplet: A0, BF and 69. RGB value is (160,191,105). Sum of RGB (Red+Green+Blue) = 160+191+105=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF69 is #5F4096. Grayscale: #ACACAC. Windows color (decimal): -6242455 or 6930336. OLE color: 6930336.

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

Color convert

RGB160191105-
CMYK0.1600.450.25
HSL81.63º40.19%58.04%-
HSV(B)81.63º45.03%74.9%-
XYZ35.6845.7620.32-
YUV171.9390.23119.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=35.09%
G=41.89%
B=23.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911050.1600.450.2581.6340.1958.04
HexA0BF691002D1952283a
Octal24027715120055311225072
Binary10100000101111111101001100000101101110011010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF69; }

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

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

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

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

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

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

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

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