#8BB375

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

Shades of Olivine #8BB375

Tints of Olivine #8BB375

Color information

#8BB375 (or 0x8BB375) is unknown color: approx Olivine. HEX triplet: 8B, B3 and 75. RGB value is (139,179,117). Sum of RGB (Red+Green+Blue) = 139+179+117=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB375 is #744C8A. Grayscale: #A0A0A0. Windows color (decimal): -7621771 or 7713675. OLE color: 7713675.

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

Color convert

RGB139179117-
CMYK0.2200.350.30
HSL98.71º28.97%58.04%-
HSV(B)98.71º34.64%70.2%-
XYZ29.9839.0122.78-
YUV159.97103.75113.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=31.95%
G=41.15%
B=26.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391791170.2200.350.3098.7128.9758.04
Hex8BB375160231E631d3a
Octal21326316526043361433572
Binary1000101110110011111010110110010001111110110001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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