#8DAD78

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

Shades of Olivine #8DAD78

Tints of Olivine #8DAD78

Color information

#8DAD78 (or 0x8DAD78) is unknown color: approx Olivine. HEX triplet: 8D, AD and 78. RGB value is (141,173,120). Sum of RGB (Red+Green+Blue) = 141+173+120=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD78 is #725287. Grayscale: #9D9D9D. Windows color (decimal): -7492232 or 7908749. OLE color: 7908749.

HSL color Cylindrical-coordinate representation of color #8DAD78: hue angle of 96.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAD78 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB141173120-
CMYK0.1800.310.32
HSL96.23º24.42%57.45%-
HSV(B)96.23º30.64%67.84%-
XYZ29.3236.9123.35-
YUV157.39106.9116.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=32.49%
G=39.86%
B=27.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411731200.1800.310.3296.2324.4257.45
Hex8DAD781201F20601839
Octal21525517022037401403071
Binary1000110110101101111100010010011111100000110000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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