#8DAA79

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

Shades of Olivine #8DAA79

Tints of Olivine #8DAA79

Color information

#8DAA79 (or 0x8DAA79) is unknown color: approx Olivine. HEX triplet: 8D, AA and 79. RGB value is (141,170,121). Sum of RGB (Red+Green+Blue) = 141+170+121=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA79 is #725586. Grayscale: #9B9B9B. Windows color (decimal): -7492999 or 7973517. OLE color: 7973517.

HSL color Cylindrical-coordinate representation of color #8DAA79: hue angle of 95.51º degrees, saturation: 0.22, 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 #8DAA79 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB141170121-
CMYK0.1700.290.33
HSL95.51º22.37%57.06%-
HSV(B)95.51º28.82%66.67%-
XYZ28.8135.7923.48-
YUV155.74108.39117.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=32.64%
G=39.35%
B=28.01%

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
Decimal1411701210.1700.290.3395.5122.3757.06
Hex8DAA791101D21601639
Octal21525217121035411402671
Binary1000110110101010111100110001011101100001110000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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