#8DB06D

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

Shades of Olivine #8DB06D

Tints of Olivine #8DB06D

Color information

#8DB06D (or 0x8DB06D) is unknown color: approx Olivine. HEX triplet: 8D, B0 and 6D. RGB value is (141,176,109). Sum of RGB (Red+Green+Blue) = 141+176+109=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB06D is #724F92. Grayscale: #9E9E9E. Windows color (decimal): -7491475 or 7188621. OLE color: 7188621.

HSL color Cylindrical-coordinate representation of color #8DB06D: hue angle of 91.34º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DB06D is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB141176109-
CMYK0.2000.380.31
HSL91.34º29.78%55.88%-
HSV(B)91.34º38.07%69.02%-
XYZ29.2737.8220.22-
YUV157.9100.4115.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 176 (69.14% from 255) = 41.31%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=33.10%
G=41.31%
B=25.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411761090.2000.380.3191.3429.7855.88
Hex8DB06D140261F5b1e38
Octal21526015524046371333670
Binary1000110110110000110110110100010011011111101101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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