#A0BF72

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

Shades of Olivine #A0BF72

Tints of Olivine #A0BF72

Color information

#A0BF72 (or 0xA0BF72) is unknown color: approx Olivine. HEX triplet: A0, BF and 72. RGB value is (160,191,114). Sum of RGB (Red+Green+Blue) = 160+191+114=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF72 is #5F408D. Grayscale: #ADADAD. Windows color (decimal): -6242446 or 7520160. OLE color: 7520160.

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

Color convert

RGB160191114-
CMYK0.1600.400.25
HSL84.16º37.56%59.8%-
HSV(B)84.16º40.31%74.9%-
XYZ36.1745.9522.88-
YUV172.9594.73118.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=34.41%
G=41.08%
B=24.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911140.1600.400.2584.1637.5659.8
HexA0BF72100281954263c
Octal24027716220050311244674
Binary10100000101111111110010100000101000110011010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF72; }

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

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

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

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

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

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

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

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