#8DAA78

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

Shades of Olivine #8DAA78

Tints of Olivine #8DAA78

Color information

#8DAA78 (or 0x8DAA78) is unknown color: approx Olivine. HEX triplet: 8D, AA and 78. RGB value is (141,170,120). Sum of RGB (Red+Green+Blue) = 141+170+120=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA78 is #725587. Grayscale: #9B9B9B. Windows color (decimal): -7493000 or 7907981. OLE color: 7907981.

HSL color Cylindrical-coordinate representation of color #8DAA78: hue angle of 94.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DAA78 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB141170120-
CMYK0.1700.290.33
HSL94.8º22.73%56.86%-
HSV(B)94.8º29.41%66.67%-
XYZ28.7535.7723.16-
YUV155.63107.89117.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.71%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=32.71%
G=39.44%
B=27.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701200.1700.290.3394.822.7356.86
Hex8DAA781101D215f1739
Octal21525217021035411372771
Binary1000110110101010111100010001011101100001101111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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