#8BB973

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

Shades of Olivine #8BB973

Tints of Olivine #8BB973

Color information

#8BB973 (or 0x8BB973) is unknown color: approx Olivine. HEX triplet: 8B, B9 and 73. RGB value is (139,185,115). Sum of RGB (Red+Green+Blue) = 139+185+115=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB973 is #74468C. Grayscale: #A3A3A3. Windows color (decimal): -7620237 or 7584139. OLE color: 7584139.

HSL color Cylindrical-coordinate representation of color #8BB973: hue angle of 99.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BB973 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB139185115-
CMYK0.2500.380.27
HSL99.43º33.33%58.82%-
HSV(B)99.43º37.84%72.55%-
XYZ31.0941.4222.58-
YUV163.27100.76110.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=31.66%
G=42.14%
B=26.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391851150.2500.380.2799.4333.3358.82
Hex8BB973190261B63213b
Octal21327116331046331434173
Binary10001011101110011110011110010100110110111100011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,115); }

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

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

 a { background-color: rgb(139,185,115); }

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

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

 span { border-color: rgb(139,185,115); }

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