#8DAE7A

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

Shades of Olivine #8DAE7A

Tints of Olivine #8DAE7A

Color information

#8DAE7A (or 0x8DAE7A) is unknown color: approx Olivine. HEX triplet: 8D, AE and 7A. RGB value is (141,174,122). Sum of RGB (Red+Green+Blue) = 141+174+122=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAE7A is #725185. Grayscale: #9E9E9E. Windows color (decimal): -7491974 or 8040077. OLE color: 8040077.

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

Color convert

RGB141174122-
CMYK0.1900.300.32
HSL98.08º24.3%58.04%-
HSV(B)98.08º29.89%68.24%-
XYZ29.6337.3424.06-
YUV158.2107.57115.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=32.27%
G=39.82%
B=27.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411741220.1900.300.3298.0824.358.04
Hex8DAE7A1301E2062183a
Octal21525617223036401423072
Binary1000110110101110111101010011011110100000110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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