#8DBA6C

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

Shades of Olivine #8DBA6C

Tints of Olivine #8DBA6C

Color information

#8DBA6C (or 0x8DBA6C) is unknown color: approx Olivine. HEX triplet: 8D, BA and 6C. RGB value is (141,186,108). Sum of RGB (Red+Green+Blue) = 141+186+108=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA6C is #724593. Grayscale: #A3A3A3. Windows color (decimal): -7488916 or 7125645. OLE color: 7125645.

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

Color convert

RGB141186108-
CMYK0.2400.420.27
HSL94.62º36.11%57.65%-
HSV(B)94.62º41.94%72.94%-
XYZ31.2541.8620.62-
YUV163.6596.59111.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=32.41%
G=42.76%
B=24.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861080.2400.420.2794.6236.1157.65
Hex8DBA6C1802A1B5f243a
Octal21527215430052331374472
Binary10001101101110101101100110000101010110111011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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