#8DB66E

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

Shades of Olivine #8DB66E

Tints of Olivine #8DB66E

Color information

#8DB66E (or 0x8DB66E) is unknown color: approx Olivine. HEX triplet: 8D, B6 and 6E. RGB value is (141,182,110). Sum of RGB (Red+Green+Blue) = 141+182+110=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB66E is #724991. Grayscale: #A1A1A1. Windows color (decimal): -7489938 or 7255693. OLE color: 7255693.

HSL color Cylindrical-coordinate representation of color #8DB66E: hue angle of 94.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB66E is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB141182110-
CMYK0.2300.400.29
HSL94.17º33.03%57.25%-
HSV(B)94.17º39.56%71.37%-
XYZ30.5340.2420.91-
YUV161.5398.92113.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=32.56%
G=42.03%
B=25.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411821100.2300.400.2994.1733.0357.25
Hex8DB66E170281D5e2139
Octal21526615627050351364171
Binary10001101101101101101110101110101000111011011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,110); }

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

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

 a { background-color: rgb(141,182,110); }

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

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

 span { border-color: rgb(141,182,110); }

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