#8DAC7A

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

Shades of Olivine #8DAC7A

Tints of Olivine #8DAC7A

Color information

#8DAC7A (or 0x8DAC7A) is unknown color: approx Olivine. HEX triplet: 8D, AC and 7A. RGB value is (141,172,122). Sum of RGB (Red+Green+Blue) = 141+172+122=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC7A is #725385. Grayscale: #9D9D9D. Windows color (decimal): -7492486 or 8039565. OLE color: 8039565.

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

Color convert

RGB141172122-
CMYK0.1800.290.33
HSL97.2º23.15%57.65%-
HSV(B)97.2º29.07%67.45%-
XYZ29.2536.5723.93-
YUV157.03108.23116.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=32.41%
G=39.54%
B=28.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411721220.1800.290.3397.223.1557.65
Hex8DAC7A1201D2161173a
Octal21525417222035411412772
Binary1000110110101100111101010010011101100001110000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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