#8DBE6C

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

Shades of Olivine #8DBE6C

Tints of Olivine #8DBE6C

Color information

#8DBE6C (or 0x8DBE6C) is unknown color: approx Olivine. HEX triplet: 8D, BE and 6C. RGB value is (141,190,108). Sum of RGB (Red+Green+Blue) = 141+190+108=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBE6C is #724193. Grayscale: #A6A6A6. Windows color (decimal): -7487892 or 7126669. OLE color: 7126669.

HSL color Cylindrical-coordinate representation of color #8DBE6C: hue angle of 95.85º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DBE6C is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB141190108-
CMYK0.2600.430.25
HSL95.85º38.68%58.43%-
HSV(B)95.85º43.16%74.51%-
XYZ32.143.5720.91-
YUV16695.27110.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 190 (74.61% from 255) = 43.28%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=32.12%
G=43.28%
B=24.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411901080.2600.430.2595.8538.6858.43
Hex8DBE6C1A02B1960273a
Octal21527615432053311404772
Binary10001101101111101101100110100101011110011100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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