#8BB475

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

Shades of Olivine #8BB475

Tints of Olivine #8BB475

Color information

#8BB475 (or 0x8BB475) is unknown color: approx Olivine. HEX triplet: 8B, B4 and 75. RGB value is (139,180,117). Sum of RGB (Red+Green+Blue) = 139+180+117=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB475 is #744B8A. Grayscale: #A0A0A0. Windows color (decimal): -7621515 or 7713931. OLE color: 7713931.

HSL color Cylindrical-coordinate representation of color #8BB475: hue angle of 99.05º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BB475 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB139180117-
CMYK0.2300.350.29
HSL99.05º29.58%58.24%-
HSV(B)99.05º35%70.59%-
XYZ30.1839.4222.85-
YUV160.56103.42112.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=31.88%
G=41.28%
B=26.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801170.2300.350.2999.0529.5858.24
Hex8BB475170231D631e3a
Octal21326416527043351433672
Binary1000101110110100111010110111010001111101110001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,117); }

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

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

 a { background-color: rgb(139,180,117); }

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

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

 span { border-color: rgb(139,180,117); }

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