#8DB278

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

Shades of Olivine #8DB278

Tints of Olivine #8DB278

Color information

#8DB278 (or 0x8DB278) is unknown color: approx Olivine. HEX triplet: 8D, B2 and 78. RGB value is (141,178,120). Sum of RGB (Red+Green+Blue) = 141+178+120=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB278 is #724D87. Grayscale: #A0A0A0. Windows color (decimal): -7490952 or 7910029. OLE color: 7910029.

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

Color convert

RGB141178120-
CMYK0.2100.330.30
HSL98.28º27.36%58.43%-
HSV(B)98.28º32.58%69.8%-
XYZ30.338.8623.67-
YUV160.32105.24114.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 178 (69.92% from 255) = 40.55%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=32.12%
G=40.55%
B=27.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411781200.2100.330.3098.2827.3658.43
Hex8DB278150211E621b3a
Octal21526217025041361423372
Binary1000110110110010111100010101010000111110110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,178,120); }

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

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

 a { background-color: rgb(141,178,120); }

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

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

 span { border-color: rgb(141,178,120); }

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