#967A75

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

Shades of Hemp #967A75

Tints of Hemp #967A75

Color information

#967A75 (or 0x967A75) is unknown color: approx Hemp. HEX triplet: 96, 7A and 75. RGB value is (150,122,117). Sum of RGB (Red+Green+Blue) = 150+122+117=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A75 is #69858A. Grayscale: #818181. Windows color (decimal): -6915467 or 7699094. OLE color: 7699094.

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

Color convert

RGB150122117-
CMYK00.190.220.41
HSL9.09º13.58%52.35%-
HSV(B)9.09º22%58.82%-
XYZ22.7521.6919.82-
YUV129.8120.78142.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=38.56%
G=31.36%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012211700.190.220.419.0913.5852.35
Hex967A7501316299e34
Octal2261721650232651111664
Binary10010110111101011101010100111011010100110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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