#8DBA6D

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

Shades of Olivine #8DBA6D

Tints of Olivine #8DBA6D

Color information

#8DBA6D (or 0x8DBA6D) is unknown color: approx Olivine. HEX triplet: 8D, BA and 6D. RGB value is (141,186,109). Sum of RGB (Red+Green+Blue) = 141+186+109=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA6D is #724592. Grayscale: #A4A4A4. Windows color (decimal): -7488915 or 7191181. OLE color: 7191181.

HSL color Cylindrical-coordinate representation of color #8DBA6D: hue angle of 95.06º degrees, saturation: 0.36, 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 #8DBA6D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB141186109-
CMYK0.2400.410.27
HSL95.06º35.81%57.84%-
HSV(B)95.06º41.4%72.94%-
XYZ31.341.8820.9-
YUV163.7797.09111.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 109 (42.97% from 255) = 25%
R=32.34%
G=42.66%
B=25%

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
Decimal1411861090.2400.410.2795.0635.8157.84
Hex8DBA6D180291B5f243a
Octal21527215530051331374472
Binary10001101101110101101101110000101001110111011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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