Html Css Color HEX #967F75 Hemp

📋 copy color: '#967F75'

red 150 ◦ green 127 ◦ blue 117

#967F75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #967F75

Tints of Hemp #967F75

RGB

 RED value IS 150 (58.98% from 255) = 38.07%

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 38.07%
G = 32.23%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#967F75 (or 0x967F75) is known color: Hemp. HEX triplet: 96, 7F and 75. RGB value is (150,127,117). Sum of RGB (Red+Green+Blue) = 150+127+117=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #967F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F75 is #69808A. Grayscale: #848484. Windows color (decimal): -6914187 or 7700374. OLE color: 7700374.

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

Color convert

RGB 150 127 117 -
CMYK 0 0.15 0.22 0.41
HSL 18.18º 0.14% 0.52% -
HSV(B) 18.18º 0.22% 0.59% -
XYZ 23.38 22.95 20.03 -
YUV 132.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 150 127 117 0 0.15 0.22 0.41 18.18 0.14 0.52
Hex 96 7F 75 0 F 16 29 12 E 34
Octal 226 177 165 0 17 26 51 22 16 64
Binary 10010110 1111111 1110101 0 1111 10110 101001 10010 1110 110100

Color Harmonies of #967F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F75

Black with #967F75

Text Example


Text Example

White with #967F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #967F75;
 }
 .AnyTagClassName
 {
   color: #967F75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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