#998078

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

Shades of Hemp #998078

Tints of Hemp #998078

Color information

#998078 (or 0x998078) is unknown color: approx Hemp. HEX triplet: 99, 80 and 78. RGB value is (153,128,120). Sum of RGB (Red+Green+Blue) = 153+128+120=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998078 is #667F87. Grayscale: #868686. Windows color (decimal): -6717320 or 7897241. OLE color: 7897241.

HSL color Cylindrical-coordinate representation of color #998078: hue angle of 14.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998078 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153128120-
CMYK00.160.220.4
HSL14.55º13.92%53.53%-
HSV(B)14.55º21.57%60%-
XYZ24.2523.5721.04-
YUV134.56119.78141.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=38.15%
G=31.92%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312812000.160.220.414.5513.9253.53
Hex9980780101628fe36
Octal2312001700202650171666
Binary100110011000000011110000100001011010100011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998078; }

 p { color: rgb(153,128,120); }

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

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

 a { background-color: rgb(153,128,120); }

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

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

 span { border-color: rgb(153,128,120); }

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