Html Css Color HEX #957B70 Hemp

📋 copy color: '#957B70'

red 149 ◦ green 123 ◦ blue 112

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

Shades of Hemp #957B70

Tints of Hemp #957B70

RGB

 RED value IS 149 (58.59% from 255) = 38.8%

 GREEN value IS 123 (48.44% from 255) = 32.03%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 38.8%
G = 32.03%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#957B70 (or 0x957B70) is known color: Hemp. HEX triplet: 95, 7B and 70. RGB value is (149,123,112). Sum of RGB (Red+Green+Blue) = 149+123+112=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #957B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B70 is #6A848F. Grayscale: #818181. Windows color (decimal): -6980752 or 7371669. OLE color: 7371669.

HSL color Cylindrical-coordinate representation of color #957B70: hue angle of 17.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957B70 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 123 112 -
CMYK 0 0.17 0.25 0.42
HSL 17.84º 0.15% 0.51% -
HSV(B) 17.84º 0.25% 0.58% -
XYZ 22.4 21.73 18.34 -
YUV 129.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 149 123 112 0 0.17 0.25 0.42 17.84 0.15 0.51
Hex 95 7B 70 0 11 19 2A 12 F 33
Octal 225 173 160 0 21 31 52 22 17 63
Binary 10010101 1111011 1110000 0 10001 11001 101010 10010 1111 110011

Color Harmonies of #957B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B70

Black with #957B70

Text Example


Text Example

White with #957B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957B70; }

 p { color: rgb(149,123,112); }

 H1.HeaderClassName
 {
   color: #957B70;
 }
 .AnyTagClassName
 {
   color: #957B70;
 }
</style>

background-color css

<style>
 a { background-color: #957B70; }

 a { background-color: rgb(149,123,112); }

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

border-color css

<style>
 span { border-color: #957B70; }

 span { border-color: rgb(149,123,112); }

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