#8DBC76

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

Shades of Olivine #8DBC76

Tints of Olivine #8DBC76

Color information

#8DBC76 (or 0x8DBC76) is unknown color: approx Olivine. HEX triplet: 8D, BC and 76. RGB value is (141,188,118). Sum of RGB (Red+Green+Blue) = 141+188+118=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC76 is #724389. Grayscale: #A6A6A6. Windows color (decimal): -7488394 or 7781517. OLE color: 7781517.

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

Color convert

RGB141188118-
CMYK0.2500.370.26
HSL100.29º34.31%60%-
HSV(B)100.29º37.23%73.73%-
XYZ32.2442.9423.73-
YUV165.97100.93110.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=31.54%
G=42.06%
B=26.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411881180.2500.370.26100.2934.3160
Hex8DBC76190251A64223c
Octal21527416631045321444274
Binary10001101101111001110110110010100101110101100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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