#8BB171

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

Shades of Olivine #8BB171

Tints of Olivine #8BB171

Color information

#8BB171 (or 0x8BB171) is unknown color: approx Olivine. HEX triplet: 8B, B1 and 71. RGB value is (139,177,113). Sum of RGB (Red+Green+Blue) = 139+177+113=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB171 is #744E8E. Grayscale: #9E9E9E. Windows color (decimal): -7622287 or 7451019. OLE color: 7451019.

HSL color Cylindrical-coordinate representation of color #8BB171: hue angle of 95.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BB171 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB139177113-
CMYK0.2100.360.31
HSL95.62º29.09%56.86%-
HSV(B)95.62º36.16%69.41%-
XYZ29.3538.1321.43-
YUV158.34102.41114.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.40%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=32.40%
G=41.26%
B=26.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391771130.2100.360.3195.6229.0956.86
Hex8BB171150241F601d39
Octal21326116125044371403571
Binary1000101110110001111000110101010010011111110000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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