#8BA872

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

Shades of Olivine #8BA872

Tints of Olivine #8BA872

Color information

#8BA872 (or 0x8BA872) is unknown color: approx Olivine. HEX triplet: 8B, A8 and 72. RGB value is (139,168,114). Sum of RGB (Red+Green+Blue) = 139+168+114=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA872 is #74578D. Grayscale: #999999. Windows color (decimal): -7624590 or 7514251. OLE color: 7514251.

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

Color convert

RGB139168114-
CMYK0.1700.320.34
HSL92.22º23.68%55.29%-
HSV(B)92.22º32.14%65.88%-
XYZ27.6934.7121.16-
YUV153.17105.89117.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=33.02%
G=39.90%
B=27.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391681140.1700.320.3492.2223.6855.29
Hex8BA87211020225c1837
Octal21325016221040421343067
Binary10001011101010001110010100010100000100010101110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,168,114); }

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

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

 a { background-color: rgb(139,168,114); }

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

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

 span { border-color: rgb(139,168,114); }

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