#8DBA73

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

Shades of Olivine #8DBA73

Tints of Olivine #8DBA73

Color information

#8DBA73 (or 0x8DBA73) is unknown color: approx Olivine. HEX triplet: 8D, BA and 73. RGB value is (141,186,115). Sum of RGB (Red+Green+Blue) = 141+186+115=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA73 is #72458C. Grayscale: #A4A4A4. Windows color (decimal): -7488909 or 7584397. OLE color: 7584397.

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

Color convert

RGB141186115-
CMYK0.2400.380.27
HSL98.03º33.97%59.02%-
HSV(B)98.03º38.17%72.94%-
XYZ31.6442.0222.66-
YUV164.45100.09111.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.90%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=31.90%
G=42.08%
B=26.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861150.2400.380.2798.0333.9759.02
Hex8DBA73180261B62223b
Octal21527216330046331424273
Binary10001101101110101110011110000100110110111100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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