#988078

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

Shades of Hemp #988078

Tints of Hemp #988078

Color information

#988078 (or 0x988078) is unknown color: approx Hemp. HEX triplet: 98, 80 and 78. RGB value is (152,128,120). Sum of RGB (Red+Green+Blue) = 152+128+120=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #988078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988078 is #677F87. Grayscale: #868686. Windows color (decimal): -6782856 or 7897240. OLE color: 7897240.

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

Color convert

RGB152128120-
CMYK00.160.210.40
HSL15º13.45%53.33%-
HSV(B)15º21.05%59.61%-
XYZ24.0623.4721.03-
YUV134.26119.95140.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 120 (47.27% from 255) = 30%
R=38%
G=32%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212812000.160.210.401513.4553.33
Hex9880780101528fd35
Octal2302001700202550171565
Binary100110001000000011110000100001010110100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988078; }

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

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

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

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

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

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

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

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