#8BB076

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

Shades of Olivine #8BB076

Tints of Olivine #8BB076

Color information

#8BB076 (or 0x8BB076) is unknown color: approx Olivine. HEX triplet: 8B, B0 and 76. RGB value is (139,176,118). Sum of RGB (Red+Green+Blue) = 139+176+118=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB076 is #744F89. Grayscale: #9E9E9E. Windows color (decimal): -7622538 or 7778443. OLE color: 7778443.

HSL color Cylindrical-coordinate representation of color #8BB076: hue angle of 98.28º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BB076 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB139176118-
CMYK0.2100.330.31
HSL98.28º26.85%57.65%-
HSV(B)98.28º32.95%69.02%-
XYZ29.4437.8522.89-
YUV158.32105.24114.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=32.10%
G=40.65%
B=27.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761180.2100.330.3198.2826.8557.65
Hex8BB076150211F621b3a
Octal21326016625041371423372
Binary1000101110110000111011010101010000111111110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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