#8BB772

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

Shades of Olivine #8BB772

Tints of Olivine #8BB772

Color information

#8BB772 (or 0x8BB772) is unknown color: approx Olivine. HEX triplet: 8B, B7 and 72. RGB value is (139,183,114). Sum of RGB (Red+Green+Blue) = 139+183+114=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #8BB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB772 is #74488D. Grayscale: #A2A2A2. Windows color (decimal): -7620750 or 7518091. OLE color: 7518091.

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

Color convert

RGB139183114-
CMYK0.2400.380.28
HSL98.26º32.39%58.24%-
HSV(B)98.26º37.7%71.76%-
XYZ30.6240.5722.14-
YUV161.98100.92111.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 183 (71.88% from 255) = 41.97%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=31.88%
G=41.97%
B=26.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391831140.2400.380.2898.2632.3958.24
Hex8BB772180261C62203a
Octal21326716230046341424072
Binary10001011101101111110010110000100110111001100010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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