#8BBB76

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

Shades of Olivine #8BBB76

Tints of Olivine #8BBB76

Color information

#8BBB76 (or 0x8BBB76) is unknown color: approx Olivine. HEX triplet: 8B, BB and 76. RGB value is (139,187,118). Sum of RGB (Red+Green+Blue) = 139+187+118=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB76 is #744489. Grayscale: #A5A5A5. Windows color (decimal): -7619722 or 7781259. OLE color: 7781259.

HSL color Cylindrical-coordinate representation of color #8BBB76: hue angle of 101.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBB76 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB139187118-
CMYK0.2600.370.27
HSL101.74º33.66%59.8%-
HSV(B)101.74º36.9%73.33%-
XYZ31.6942.3423.64-
YUV164.78101.6109.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=31.31%
G=42.12%
B=26.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391871180.2600.370.27101.7433.6659.8
Hex8BBB761A0251B66223c
Octal21327316632045331464274
Binary10001011101110111110110110100100101110111100110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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