#8BAA70

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

Shades of Olivine #8BAA70

Tints of Olivine #8BAA70

Color information

#8BAA70 (or 0x8BAA70) is unknown color: approx Olivine. HEX triplet: 8B, AA and 70. RGB value is (139,170,112). Sum of RGB (Red+Green+Blue) = 139+170+112=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA70 is #74558F. Grayscale: #9A9A9A. Windows color (decimal): -7624080 or 7383691. OLE color: 7383691.

HSL color Cylindrical-coordinate representation of color #8BAA70: hue angle of 92.07º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BAA70 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB139170112-
CMYK0.1800.340.33
HSL92.07º25.44%55.29%-
HSV(B)92.07º34.12%66.67%-
XYZ27.9535.4120.69-
YUV154.12104.23117.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=33.02%
G=40.38%
B=26.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391701120.1800.340.3392.0725.4455.29
Hex8BAA7012022215c1937
Octal21325216022042411343167
Binary10001011101010101110000100100100010100001101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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