#8DAA76

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

Shades of Olivine #8DAA76

Tints of Olivine #8DAA76

Color information

#8DAA76 (or 0x8DAA76) is unknown color: approx Olivine. HEX triplet: 8D, AA and 76. RGB value is (141,170,118). Sum of RGB (Red+Green+Blue) = 141+170+118=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA76 is #725589. Grayscale: #9B9B9B. Windows color (decimal): -7493002 or 7776909. OLE color: 7776909.

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

Color convert

RGB141170118-
CMYK0.1700.310.33
HSL93.46º23.42%56.47%-
HSV(B)93.46º30.59%66.67%-
XYZ28.6335.7222.53-
YUV155.4106.89117.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=32.87%
G=39.63%
B=27.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701180.1700.310.3393.4623.4256.47
Hex8DAA761101F215d1738
Octal21525216621037411352770
Binary1000110110101010111011010001011111100001101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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