#8DB66A

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

Shades of Olivine #8DB66A

Tints of Olivine #8DB66A

Color information

#8DB66A (or 0x8DB66A) is unknown color: approx Olivine. HEX triplet: 8D, B6 and 6A. RGB value is (141,182,106). Sum of RGB (Red+Green+Blue) = 141+182+106=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB66A is #724995. Grayscale: #A1A1A1. Windows color (decimal): -7489942 or 6993549. OLE color: 6993549.

HSL color Cylindrical-coordinate representation of color #8DB66A: hue angle of 92.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DB66A is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB141182106-
CMYK0.2300.420.29
HSL92.37º34.23%56.47%-
HSV(B)92.37º41.76%71.37%-
XYZ30.3140.1619.79-
YUV161.0896.92113.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=32.87%
G=42.42%
B=24.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411821060.2300.420.2992.3734.2356.47
Hex8DB66A1702A1D5c2238
Octal21526615227052351344270
Binary10001101101101101101010101110101010111011011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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