#9B8078

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

Shades of Hemp #9B8078

Tints of Hemp #9B8078

Color information

#9B8078 (or 0x9B8078) is unknown color: approx Hemp. HEX triplet: 9B, 80 and 78. RGB value is (155,128,120). Sum of RGB (Red+Green+Blue) = 155+128+120=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8078 is #647F87. Grayscale: #878787. Windows color (decimal): -6586248 or 7897243. OLE color: 7897243.

HSL color Cylindrical-coordinate representation of color #9B8078: hue angle of 13.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8078 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155128120-
CMYK00.170.230.39
HSL13.71º14.89%53.92%-
HSV(B)13.71º22.58%60.78%-
XYZ24.6323.7621.06-
YUV135.16119.45142.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.46%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=38.46%
G=31.76%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512812000.170.230.3913.7114.8953.92
Hex9B80780111727ef36
Octal2332001700212747161766
Binary100110111000000011110000100011011110011111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8078; }

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

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

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

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

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

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

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

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