#988079

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

Shades of Hemp #988079

Tints of Hemp #988079

Color information

#988079 (or 0x988079) is unknown color: approx Hemp. HEX triplet: 98, 80 and 79. RGB value is (152,128,121). Sum of RGB (Red+Green+Blue) = 152+128+121=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #988079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988079 is #677F86. Grayscale: #868686. Windows color (decimal): -6782855 or 7962776. OLE color: 7962776.

HSL color Cylindrical-coordinate representation of color #988079: hue angle of 13.55º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988079 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152128121-
CMYK00.160.200.40
HSL13.55º13.08%53.53%-
HSV(B)13.55º20.39%59.61%-
XYZ24.1223.4921.35-
YUV134.38120.45140.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=37.91%
G=31.92%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212812100.160.200.4013.5513.0853.53
Hex9880790101428ed36
Octal2302001710202450161566
Binary100110001000000011110010100001010010100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988079; }

 p { color: rgb(152,128,121); }

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

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

 a { background-color: rgb(152,128,121); }

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

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

 span { border-color: rgb(152,128,121); }

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