#8BB676

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

Shades of Olivine #8BB676

Tints of Olivine #8BB676

Color information

#8BB676 (or 0x8BB676) is unknown color: approx Olivine. HEX triplet: 8B, B6 and 76. RGB value is (139,182,118). Sum of RGB (Red+Green+Blue) = 139+182+118=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB676 is #744989. Grayscale: #A2A2A2. Windows color (decimal): -7621002 or 7779979. OLE color: 7779979.

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

Color convert

RGB139182118-
CMYK0.2400.350.29
HSL100.31º30.48%58.82%-
HSV(B)100.31º35.16%71.37%-
XYZ30.6540.2523.29-
YUV161.85103.25111.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=31.66%
G=41.46%
B=26.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391821180.2400.350.29100.3130.4858.82
Hex8BB676180231D641e3b
Octal21326616630043351443673
Binary1000101110110110111011011000010001111101110010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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