#967F79

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

Shades of Hemp #967F79

Tints of Hemp #967F79

Color information

#967F79 (or 0x967F79) is unknown color: approx Hemp. HEX triplet: 96, 7F and 79. RGB value is (150,127,121). Sum of RGB (Red+Green+Blue) = 150+127+121=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F79 is #698086. Grayscale: #858585. Windows color (decimal): -6914183 or 7962518. OLE color: 7962518.

HSL color Cylindrical-coordinate representation of color #967F79: hue angle of 12.41º 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 #967F79 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150127121-
CMYK00.150.190.41
HSL12.41º12.13%53.14%-
HSV(B)12.41º19.33%58.82%-
XYZ23.6223.0421.29-
YUV133.19121.12139.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=37.69%
G=31.91%
B=30.40%

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
Decimal15012712100.150.190.4112.4112.1353.14
Hex967F790F1329cc35
Octal2261771710172351141465
Binary1001011011111111111001011111001110100111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F79; }

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

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

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

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

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

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

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

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