#8BBD76

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

Shades of Olivine #8BBD76

Tints of Olivine #8BBD76

Color information

#8BBD76 (or 0x8BBD76) is unknown color: approx Olivine. HEX triplet: 8B, BD and 76. RGB value is (139,189,118). Sum of RGB (Red+Green+Blue) = 139+189+118=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD76 is #744289. Grayscale: #A6A6A6. Windows color (decimal): -7619210 or 7781771. OLE color: 7781771.

HSL color Cylindrical-coordinate representation of color #8BBD76: hue angle of 102.25º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBD76 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB139189118-
CMYK0.2600.380.26
HSL102.25º34.98%60.2%-
HSV(B)102.25º37.57%74.12%-
XYZ32.1243.1923.78-
YUV165.96100.94108.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.17%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=31.17%
G=42.38%
B=26.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391891180.2600.380.26102.2534.9860.2
Hex8BBD761A0261A66233c
Octal21327516632046321464374
Binary10001011101111011110110110100100110110101100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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