#8DBC75

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

Shades of Olivine #8DBC75

Tints of Olivine #8DBC75

Color information

#8DBC75 (or 0x8DBC75) is unknown color: approx Olivine. HEX triplet: 8D, BC and 75. RGB value is (141,188,117). Sum of RGB (Red+Green+Blue) = 141+188+117=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC75 is #72438A. Grayscale: #A6A6A6. Windows color (decimal): -7488395 or 7715981. OLE color: 7715981.

HSL color Cylindrical-coordinate representation of color #8DBC75: hue angle of 99.72º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DBC75 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB141188117-
CMYK0.2500.380.26
HSL99.72º34.63%59.8%-
HSV(B)99.72º37.77%73.73%-
XYZ32.1842.9123.42-
YUV165.85100.43110.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 188 (73.83% from 255) = 42.15%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=31.61%
G=42.15%
B=26.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411881170.2500.380.2699.7234.6359.8
Hex8DBC75190261A64233c
Octal21527416531046321444374
Binary10001101101111001110101110010100110110101100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,117); }

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

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

 a { background-color: rgb(141,188,117); }

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

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

 span { border-color: rgb(141,188,117); }

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