Html Css Color HEX #967A73 Hemp

📋 copy color: '#967A73'

red 150 ◦ green 122 ◦ blue 115

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

Shades of Hemp #967A73

Tints of Hemp #967A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.52%

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 38.76%
G = 31.52%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#967A73 (or 0x967A73) is known color: Hemp. HEX triplet: 96, 7A and 73. RGB value is (150,122,115). Sum of RGB (Red+Green+Blue) = 150+122+115=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A73 is #69858C. Grayscale: #818181. Windows color (decimal): -6915469 or 7568022. OLE color: 7568022.

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

Color convert

RGB 150 122 115 -
CMYK 0 0.19 0.23 0.41
HSL 12º 0.14% 0.52% -
HSV(B) 12º 0.23% 0.59% -
XYZ 22.63 21.64 19.2 -
YUV 129.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 150 122 115 0 0.19 0.23 0.41 12 0.14 0.52
Hex 96 7A 73 0 13 17 29 C E 34
Octal 226 172 163 0 23 27 51 14 16 64
Binary 10010110 1111010 1110011 0 10011 10111 101001 1100 1110 110100

Color Harmonies of #967A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A73

Black with #967A73

Text Example


Text Example

White with #967A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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