#8DAD6D

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

Shades of Olivine #8DAD6D

Tints of Olivine #8DAD6D

Color information

#8DAD6D (or 0x8DAD6D) is unknown color: approx Olivine. HEX triplet: 8D, AD and 6D. RGB value is (141,173,109). Sum of RGB (Red+Green+Blue) = 141+173+109=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD6D is #725292. Grayscale: #9C9C9C. Windows color (decimal): -7492243 or 7187853. OLE color: 7187853.

HSL color Cylindrical-coordinate representation of color #8DAD6D: hue angle of 90º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DAD6D is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB141173109-
CMYK0.1800.370.32
HSL90º28.07%55.29%-
HSV(B)90º36.99%67.84%-
XYZ28.6936.6520.03-
YUV156.14101.4117.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=33.33%
G=40.90%
B=25.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411731090.1800.370.329028.0755.29
Hex8DAD6D12025205a1c37
Octal21525515522045401323467
Binary10001101101011011101101100100100101100000101101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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