#967F70

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

Shades of Hemp #967F70

Tints of Hemp #967F70

Color information

#967F70 (or 0x967F70) is unknown color: approx Hemp. HEX triplet: 96, 7F and 70. RGB value is (150,127,112). Sum of RGB (Red+Green+Blue) = 150+127+112=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F70 is #69808F. Grayscale: #848484. Windows color (decimal): -6914192 or 7372694. OLE color: 7372694.

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

Color convert

RGB150127112-
CMYK00.150.250.41
HSL23.68º15.32%51.37%-
HSV(B)23.68º25.33%58.82%-
XYZ23.0922.8318.52-
YUV132.17116.62140.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=38.56%
G=32.65%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012711200.150.250.4123.6815.3251.37
Hex967F700F192918f33
Octal2261771600173151301763
Binary10010110111111111100000111111001101001110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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