#8BB675

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

Shades of Olivine #8BB675

Tints of Olivine #8BB675

Color information

#8BB675 (or 0x8BB675) is unknown color: approx Olivine. HEX triplet: 8B, B6 and 75. RGB value is (139,182,117). Sum of RGB (Red+Green+Blue) = 139+182+117=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB675 is #74498A. Grayscale: #A1A1A1. Windows color (decimal): -7621003 or 7714443. OLE color: 7714443.

HSL color Cylindrical-coordinate representation of color #8BB675: hue angle of 99.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BB675 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB139182117-
CMYK0.2400.360.29
HSL99.69º30.81%58.63%-
HSV(B)99.69º35.71%71.37%-
XYZ30.5940.2322.98-
YUV161.73102.75111.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=31.74%
G=41.55%
B=26.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391821170.2400.360.2999.6930.8158.63
Hex8BB675180241D641f3b
Octal21326616530044351443773
Binary1000101110110110111010111000010010011101110010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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