#8BB878

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

Shades of Olivine #8BB878

Tints of Olivine #8BB878

Color information

#8BB878 (or 0x8BB878) is unknown color: approx Olivine. HEX triplet: 8B, B8 and 78. RGB value is (139,184,120). Sum of RGB (Red+Green+Blue) = 139+184+120=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB878 is #744787. Grayscale: #A3A3A3. Windows color (decimal): -7620488 or 7911563. OLE color: 7911563.

HSL color Cylindrical-coordinate representation of color #8BB878: hue angle of 102.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BB878 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB139184120-
CMYK0.2400.350.28
HSL102.19º31.07%59.61%-
HSV(B)102.19º34.78%72.16%-
XYZ31.1841.1324.06-
YUV163.25103.59110.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 184 (72.27% from 255) = 41.53%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=31.38%
G=41.53%
B=27.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391841200.2400.350.28102.1931.0759.61
Hex8BB878180231C661f3c
Octal21327017030043341463774
Binary1000101110111000111100011000010001111100110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,184,120); }

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

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

 a { background-color: rgb(139,184,120); }

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

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

 span { border-color: rgb(139,184,120); }

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