#8DAD73

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

Shades of Olivine #8DAD73

Tints of Olivine #8DAD73

Color information

#8DAD73 (or 0x8DAD73) is unknown color: approx Olivine. HEX triplet: 8D, AD and 73. RGB value is (141,173,115). Sum of RGB (Red+Green+Blue) = 141+173+115=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD73 is #72528C. Grayscale: #9D9D9D. Windows color (decimal): -7492237 or 7581069. OLE color: 7581069.

HSL color Cylindrical-coordinate representation of color #8DAD73: hue angle of 93.1º degrees, saturation: 0.26, 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 #8DAD73 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB141173115-
CMYK0.1800.340.32
HSL93.1º26.13%56.47%-
HSV(B)93.1º33.53%67.84%-
XYZ29.0236.7921.79-
YUV156.82104.4116.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=32.87%
G=40.33%
B=26.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411731150.1800.340.3293.126.1356.47
Hex8DAD7312022205d1a38
Octal21525516322042401353270
Binary10001101101011011110011100100100010100000101110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,173,115); }

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

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

 a { background-color: rgb(141,173,115); }

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

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

 span { border-color: rgb(141,173,115); }

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