#8DAB76

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

Shades of Olivine #8DAB76

Tints of Olivine #8DAB76

Color information

#8DAB76 (or 0x8DAB76) is unknown color: approx Olivine. HEX triplet: 8D, AB and 76. RGB value is (141,171,118). Sum of RGB (Red+Green+Blue) = 141+171+118=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB76 is #725489. Grayscale: #9C9C9C. Windows color (decimal): -7492746 or 7777165. OLE color: 7777165.

HSL color Cylindrical-coordinate representation of color #8DAB76: hue angle of 93.96º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAB76 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB141171118-
CMYK0.1800.310.33
HSL93.96º23.98%56.67%-
HSV(B)93.96º30.99%67.06%-
XYZ28.8236.122.59-
YUV155.99106.56117.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.79%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=32.79%
G=39.77%
B=27.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411711180.1800.310.3393.9623.9856.67
Hex8DAB761201F215e1839
Octal21525316622037411363071
Binary1000110110101011111011010010011111100001101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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