#967E70

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

Shades of Hemp #967E70

Tints of Hemp #967E70

Color information

#967E70 (or 0x967E70) is unknown color: approx Hemp. HEX triplet: 96, 7E and 70. RGB value is (150,126,112). Sum of RGB (Red+Green+Blue) = 150+126+112=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #967E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E70 is #69818F. Grayscale: #838383. Windows color (decimal): -6914448 or 7372438. OLE color: 7372438.

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

Color convert

RGB150126112-
CMYK00.160.250.41
HSL22.11º15.32%51.37%-
HSV(B)22.11º25.33%58.82%-
XYZ22.9622.5818.48-
YUV131.58116.95141.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=38.66%
G=32.47%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012611200.160.250.4122.1115.3251.37
Hex967E70010192916f33
Octal2261761600203151261763
Binary100101101111110111000001000011001101001101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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