#8DAE76

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

Shades of Olivine #8DAE76

Tints of Olivine #8DAE76

Color information

#8DAE76 (or 0x8DAE76) is unknown color: approx Olivine. HEX triplet: 8D, AE and 76. RGB value is (141,174,118). Sum of RGB (Red+Green+Blue) = 141+174+118=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE76 is #725189. Grayscale: #9D9D9D. Windows color (decimal): -7491978 or 7777933. OLE color: 7777933.

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

Color convert

RGB141174118-
CMYK0.1900.320.32
HSL95.36º25.69%57.25%-
HSV(B)95.36º32.18%68.24%-
XYZ29.3937.2422.78-
YUV157.75105.57116.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=32.56%
G=40.18%
B=27.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411741180.1900.320.3295.3625.6957.25
Hex8DAE7613020205f1a39
Octal21525616623040401373271
Binary10001101101011101110110100110100000100000101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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