#8DB179

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

Shades of Olivine #8DB179

Tints of Olivine #8DB179

Color information

#8DB179 (or 0x8DB179) is unknown color: approx Olivine. HEX triplet: 8D, B1 and 79. RGB value is (141,177,121). Sum of RGB (Red+Green+Blue) = 141+177+121=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB179 is #724E86. Grayscale: #A0A0A0. Windows color (decimal): -7491207 or 7975309. OLE color: 7975309.

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

Color convert

RGB141177121-
CMYK0.2000.320.31
HSL98.57º26.42%58.43%-
HSV(B)98.57º31.64%69.41%-
XYZ30.1638.4923.93-
YUV159.85106.07114.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=32.12%
G=40.32%
B=27.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411771210.2000.320.3198.5726.4258.43
Hex8DB179140201F631a3a
Octal21526117124040371433272
Binary1000110110110001111100110100010000011111110001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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