#8BA971

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

Shades of Olivine #8BA971

Tints of Olivine #8BA971

Color information

#8BA971 (or 0x8BA971) is unknown color: approx Olivine. HEX triplet: 8B, A9 and 71. RGB value is (139,169,113). Sum of RGB (Red+Green+Blue) = 139+169+113=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA971 is #74568E. Grayscale: #999999. Windows color (decimal): -7624335 or 7448971. OLE color: 7448971.

HSL color Cylindrical-coordinate representation of color #8BA971: hue angle of 92.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BA971 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB139169113-
CMYK0.1800.330.34
HSL92.14º24.56%55.29%-
HSV(B)92.14º33.14%66.27%-
XYZ27.8235.0620.92-
YUV153.65105.06117.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=33.02%
G=40.14%
B=26.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391691130.1800.330.3492.1424.5655.29
Hex8BA97112021225c1937
Octal21325116122041421343167
Binary10001011101010011110001100100100001100010101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,169,113); }

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

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

 a { background-color: rgb(139,169,113); }

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

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

 span { border-color: rgb(139,169,113); }

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