#8DAE72

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

Shades of Olivine #8DAE72

Tints of Olivine #8DAE72

Color information

#8DAE72 (or 0x8DAE72) is unknown color: approx Olivine. HEX triplet: 8D, AE and 72. RGB value is (141,174,114). Sum of RGB (Red+Green+Blue) = 141+174+114=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE72 is #72518D. Grayscale: #9D9D9D. Windows color (decimal): -7491982 or 7515789. OLE color: 7515789.

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

Color convert

RGB141174114-
CMYK0.1900.340.32
HSL93º27.03%56.47%-
HSV(B)93º34.48%68.24%-
XYZ29.1637.1521.55-
YUV157.29103.57116.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=32.87%
G=40.56%
B=26.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411741140.1900.340.329327.0356.47
Hex8DAE7213022205d1b38
Octal21525616223042401353370
Binary10001101101011101110010100110100010100000101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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