Html Css Color HEX #967F70 Hemp

📋 copy color: '#967F70'

red 150 ◦ green 127 ◦ blue 112

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

Shades of Hemp #967F70

Tints of Hemp #967F70

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 value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#967F70 (or 0x967F70) is known color: 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

RGB 150 127 112 -
CMYK 0 0.15 0.25 0.41
HSL 23.68º 0.15% 0.51% -
HSV(B) 23.68º 0.25% 0.59% -
XYZ 23.09 22.83 18.52 -
YUV 132.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 150 127 112 0 0.15 0.25 0.41 23.68 0.15 0.51
Hex 96 7F 70 0 F 19 29 18 F 33
Octal 226 177 160 0 17 31 51 30 17 63
Binary 10010110 1111111 1110000 0 1111 11001 101001 11000 1111 110011

Color Harmonies of #967F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F70

Black with #967F70

Text Example


Text Example

White with #967F70

Text Example


Text Example

HTML Codes & Css Web 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>