#967A72

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

Shades of Hemp #967A72

Tints of Hemp #967A72

Color information

#967A72 (or 0x967A72) is unknown color: approx Hemp. HEX triplet: 96, 7A and 72. RGB value is (150,122,114). Sum of RGB (Red+Green+Blue) = 150+122+114=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #967A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A72 is #69858D. Grayscale: #818181. Windows color (decimal): -6915470 or 7502486. OLE color: 7502486.

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

Color convert

RGB150122114-
CMYK00.190.240.41
HSL13.33º14.63%51.76%-
HSV(B)13.33º24%58.82%-
XYZ22.5721.6218.9-
YUV129.46119.28142.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=38.86%
G=31.61%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012211400.190.240.4113.3314.6351.76
Hex967A720131829df34
Octal2261721620233051151764
Binary10010110111101011100100100111100010100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,122,114); }

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

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

 a { background-color: rgb(150,122,114); }

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

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

 span { border-color: rgb(150,122,114); }

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