#8DAD72

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

Shades of Olivine #8DAD72

Tints of Olivine #8DAD72

Color information

#8DAD72 (or 0x8DAD72) is unknown color: approx Olivine. HEX triplet: 8D, AD and 72. RGB value is (141,173,114). Sum of RGB (Red+Green+Blue) = 141+173+114=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD72 is #72528D. Grayscale: #9C9C9C. Windows color (decimal): -7492238 or 7515533. OLE color: 7515533.

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

Color convert

RGB141173114-
CMYK0.1800.340.32
HSL92.54º26.46%56.27%-
HSV(B)92.54º34.1%67.84%-
XYZ28.9736.7621.49-
YUV156.71103.9116.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 173 (67.97% from 255) = 40.42%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=32.94%
G=40.42%
B=26.64%

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
Decimal1411731140.1800.340.3292.5426.4656.27
Hex8DAD7212022205d1a38
Octal21525516222042401353270
Binary10001101101011011110010100100100010100000101110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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