#8BAC73

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

Shades of Olivine #8BAC73

Tints of Olivine #8BAC73

Color information

#8BAC73 (or 0x8BAC73) is unknown color: approx Olivine. HEX triplet: 8B, AC and 73. RGB value is (139,172,115). Sum of RGB (Red+Green+Blue) = 139+172+115=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAC73 is #74538C. Grayscale: #9B9B9B. Windows color (decimal): -7623565 or 7580811. OLE color: 7580811.

HSL color Cylindrical-coordinate representation of color #8BAC73: hue angle of 94.74º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BAC73 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB139172115-
CMYK0.1900.330.33
HSL94.74º25.56%56.27%-
HSV(B)94.74º33.14%67.45%-
XYZ28.4936.2321.71-
YUV155.64105.07116.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=32.63%
G=40.38%
B=27.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391721150.1900.330.3394.7425.5656.27
Hex8BAC7313021215f1a38
Octal21325416323041411373270
Binary10001011101011001110011100110100001100001101111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BAC73; }

 p { color: rgb(139,172,115); }

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

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

 a { background-color: rgb(139,172,115); }

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

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

 span { border-color: rgb(139,172,115); }

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