#8DC176

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

Shades of Olivine #8DC176

Tints of Olivine #8DC176

Color information

#8DC176 (or 0x8DC176) is unknown color: approx Olivine. HEX triplet: 8D, C1 and 76. RGB value is (141,193,118). Sum of RGB (Red+Green+Blue) = 141+193+118=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC176 is #723E89. Grayscale: #A9A9A9. Windows color (decimal): -7487114 or 7782797. OLE color: 7782797.

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

Color convert

RGB141193118-
CMYK0.2700.390.24
HSL101.6º37.69%60.98%-
HSV(B)101.6º38.86%75.69%-
XYZ33.3245.1124.09-
YUV168.999.27108.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=31.19%
G=42.70%
B=26.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411931180.2700.390.24101.637.6960.98
Hex8DC1761B0271866263d
Octal21530116633047301464675
Binary10001101110000011110110110110100111110001100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,193,118); }

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

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

 a { background-color: rgb(141,193,118); }

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

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

 span { border-color: rgb(141,193,118); }

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