#8BB776

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

Shades of Olivine #8BB776

Tints of Olivine #8BB776

Color information

#8BB776 (or 0x8BB776) is unknown color: approx Olivine. HEX triplet: 8B, B7 and 76. RGB value is (139,183,118). Sum of RGB (Red+Green+Blue) = 139+183+118=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB776 is #744889. Grayscale: #A2A2A2. Windows color (decimal): -7620746 or 7780235. OLE color: 7780235.

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

Color convert

RGB139183118-
CMYK0.2400.360.28
HSL100.62º31.1%59.02%-
HSV(B)100.62º35.52%71.76%-
XYZ30.8540.6623.36-
YUV162.43102.92111.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 118 (46.48% from 255) = 26.82%
R=31.59%
G=41.59%
B=26.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391831180.2400.360.28100.6231.159.02
Hex8BB776180241C651f3b
Octal21326716630044341453773
Binary1000101110110111111011011000010010011100110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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