#8BB070

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

Shades of Olivine #8BB070

Tints of Olivine #8BB070

Color information

#8BB070 (or 0x8BB070) is unknown color: approx Olivine. HEX triplet: 8B, B0 and 70. RGB value is (139,176,112). Sum of RGB (Red+Green+Blue) = 139+176+112=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB070 is #744F8F. Grayscale: #9D9D9D. Windows color (decimal): -7622544 or 7385227. OLE color: 7385227.

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

Color convert

RGB139176112-
CMYK0.2100.360.31
HSL94.69º28.83%56.47%-
HSV(B)94.69º36.36%69.02%-
XYZ29.137.7121.07-
YUV157.64102.24114.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=32.55%
G=41.22%
B=26.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761120.2100.360.3194.6928.8356.47
Hex8BB070150241F5f1d38
Octal21326016025044371373570
Binary1000101110110000111000010101010010011111101111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,112); }

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

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

 a { background-color: rgb(139,176,112); }

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

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

 span { border-color: rgb(139,176,112); }

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