#8BB771

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

Shades of Olivine #8BB771

Tints of Olivine #8BB771

Color information

#8BB771 (or 0x8BB771) is unknown color: approx Olivine. HEX triplet: 8B, B7 and 71. RGB value is (139,183,113). Sum of RGB (Red+Green+Blue) = 139+183+113=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB771 is #74488E. Grayscale: #A2A2A2. Windows color (decimal): -7620751 or 7452555. OLE color: 7452555.

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

Color convert

RGB139183113-
CMYK0.2400.380.28
HSL97.71º32.71%58.04%-
HSV(B)97.71º38.25%71.76%-
XYZ30.5640.5521.84-
YUV161.86100.42111.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=31.95%
G=42.07%
B=25.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391831130.2400.380.2897.7132.7158.04
Hex8BB771180261C62213a
Octal21326716130046341424172
Binary10001011101101111110001110000100110111001100010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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