#8DB96D

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

Shades of Olivine #8DB96D

Tints of Olivine #8DB96D

Color information

#8DB96D (or 0x8DB96D) is unknown color: approx Olivine. HEX triplet: 8D, B9 and 6D. RGB value is (141,185,109). Sum of RGB (Red+Green+Blue) = 141+185+109=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB96D is #724692. Grayscale: #A3A3A3. Windows color (decimal): -7489171 or 7190925. OLE color: 7190925.

HSL color Cylindrical-coordinate representation of color #8DB96D: hue angle of 94.74º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB96D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB141185109-
CMYK0.2400.410.27
HSL94.74º35.19%57.65%-
HSV(B)94.74º41.08%72.55%-
XYZ31.0941.4620.83-
YUV163.1897.42112.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=32.41%
G=42.53%
B=25.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411851090.2400.410.2794.7435.1957.65
Hex8DB96D180291B5f233a
Octal21527115530051331374372
Binary10001101101110011101101110000101001110111011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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