#8DBC69

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

Shades of Olivine #8DBC69

Tints of Olivine #8DBC69

Color information

#8DBC69 (or 0x8DBC69) is unknown color: approx Olivine. HEX triplet: 8D, BC and 69. RGB value is (141,188,105). Sum of RGB (Red+Green+Blue) = 141+188+105=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC69 is #724396. Grayscale: #A4A4A4. Windows color (decimal): -7488407 or 6929549. OLE color: 6929549.

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

Color convert

RGB141188105-
CMYK0.2500.440.26
HSL93.98º38.25%57.45%-
HSV(B)93.98º44.15%73.73%-
XYZ31.5242.6519.94-
YUV164.4894.43111.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 188 (73.83% from 255) = 43.32%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=32.49%
G=43.32%
B=24.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411881050.2500.440.2693.9838.2557.45
Hex8DBC691902C1A5e2639
Octal21527415131054321364671
Binary10001101101111001101001110010101100110101011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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