#968079

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

Shades of Hemp #968079

Tints of Hemp #968079

Color information

#968079 (or 0x968079) is unknown color: approx Hemp. HEX triplet: 96, 80 and 79. RGB value is (150,128,121). Sum of RGB (Red+Green+Blue) = 150+128+121=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968079 is #697F86. Grayscale: #858585. Windows color (decimal): -6913927 or 7962774. OLE color: 7962774.

HSL color Cylindrical-coordinate representation of color #968079: hue angle of 14.48º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968079 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150128121-
CMYK00.150.190.41
HSL14.48º12.13%53.14%-
HSV(B)14.48º19.33%58.82%-
XYZ23.7523.321.34-
YUV133.78120.79139.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=37.59%
G=32.08%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012812100.150.190.4114.4812.1353.14
Hex9680790F1329ec35
Octal2262001710172351161465
Binary10010110100000001111001011111001110100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968079; }

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

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

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

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

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

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

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

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