#8DB376

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

Shades of Olivine #8DB376

Tints of Olivine #8DB376

Color information

#8DB376 (or 0x8DB376) is unknown color: approx Olivine. HEX triplet: 8D, B3 and 76. RGB value is (141,179,118). Sum of RGB (Red+Green+Blue) = 141+179+118=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB376 is #724C89. Grayscale: #A0A0A0. Windows color (decimal): -7490698 or 7779213. OLE color: 7779213.

HSL color Cylindrical-coordinate representation of color #8DB376: hue angle of 97.38º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB376 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB141179118-
CMYK0.2100.340.30
HSL97.38º28.64%58.24%-
HSV(B)97.38º34.08%70.2%-
XYZ30.3739.2123.11-
YUV160.68103.91113.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=32.19%
G=40.87%
B=26.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411791180.2100.340.3097.3828.6458.24
Hex8DB376150221E611d3a
Octal21526316625042361413572
Binary1000110110110011111011010101010001011110110000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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