#8BB87A

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

Shades of Olivine #8BB87A

Tints of Olivine #8BB87A

Color information

#8BB87A (or 0x8BB87A) is unknown color: approx Olivine. HEX triplet: 8B, B8 and 7A. RGB value is (139,184,122). Sum of RGB (Red+Green+Blue) = 139+184+122=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB87A is #744785. Grayscale: #A3A3A3. Windows color (decimal): -7620486 or 8042635. OLE color: 8042635.

HSL color Cylindrical-coordinate representation of color #8BB87A: hue angle of 103.55º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BB87A is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB139184122-
CMYK0.2400.340.28
HSL103.55º30.39%60%-
HSV(B)103.55º33.7%72.16%-
XYZ31.341.1824.71-
YUV163.48104.59110.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=31.24%
G=41.35%
B=27.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391841220.2400.340.28103.5530.3960
Hex8BB87A180221C681e3c
Octal21327017230042341503674
Binary1000101110111000111101011000010001011100110100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,184,122); }

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

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

 a { background-color: rgb(139,184,122); }

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

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

 span { border-color: rgb(139,184,122); }

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