#8BB671

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

Shades of Olivine #8BB671

Tints of Olivine #8BB671

Color information

#8BB671 (or 0x8BB671) is unknown color: approx Olivine. HEX triplet: 8B, B6 and 71. RGB value is (139,182,113). Sum of RGB (Red+Green+Blue) = 139+182+113=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB671 is #74498E. Grayscale: #A1A1A1. Windows color (decimal): -7621007 or 7452299. OLE color: 7452299.

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

Color convert

RGB139182113-
CMYK0.2400.380.29
HSL97.39º32.09%57.84%-
HSV(B)97.39º37.91%71.37%-
XYZ30.3640.1421.77-
YUV161.28100.75112.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=32.03%
G=41.94%
B=26.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391821130.2400.380.2997.3932.0957.84
Hex8BB671180261D61203a
Octal21326616130046351414072
Binary10001011101101101110001110000100110111011100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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