#8DB176

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

Shades of Olivine #8DB176

Tints of Olivine #8DB176

Color information

#8DB176 (or 0x8DB176) is unknown color: approx Olivine. HEX triplet: 8D, B1 and 76. RGB value is (141,177,118). Sum of RGB (Red+Green+Blue) = 141+177+118=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB176 is #724E89. Grayscale: #9F9F9F. Windows color (decimal): -7491210 or 7778701. OLE color: 7778701.

HSL color Cylindrical-coordinate representation of color #8DB176: hue angle of 96.61º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DB176 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB141177118-
CMYK0.2000.330.31
HSL96.61º27.44%57.84%-
HSV(B)96.61º33.33%69.41%-
XYZ29.9838.4222.97-
YUV159.51104.57114.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=32.34%
G=40.60%
B=27.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411771180.2000.330.3196.6127.4457.84
Hex8DB176140211F611b3a
Octal21526116624041371413372
Binary1000110110110001111011010100010000111111110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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