Html Css Color HEX #958079 Hemp

📋 copy color: '#958079'

red 149 ◦ green 128 ◦ blue 121

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

Shades of Hemp #958079

Tints of Hemp #958079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 37.44%
G = 32.16%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#958079 (or 0x958079) is known color: Hemp. HEX triplet: 95, 80 and 79. RGB value is (149,128,121). Sum of RGB (Red+Green+Blue) = 149+128+121=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958079 is #6A7F86. Grayscale: #858585. Windows color (decimal): -6979463 or 7962773. OLE color: 7962773.

HSL color Cylindrical-coordinate representation of color #958079: hue angle of 15º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958079 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 121 -
CMYK 0 0.14 0.19 0.42
HSL 15º 0.12% 0.53% -
HSV(B) 15º 0.19% 0.58% -
XYZ 23.56 23.21 21.33 -
YUV 133.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 149 128 121 0 0.14 0.19 0.42 15 0.12 0.53
Hex 95 80 79 0 E 13 2A F C 35
Octal 225 200 171 0 16 23 52 17 14 65
Binary 10010101 10000000 1111001 0 1110 10011 101010 1111 1100 110101

Color Harmonies of #958079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958079

Black with #958079

Text Example


Text Example

White with #958079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958079; }

 p { color: rgb(149,128,121); }

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

background-color css

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

 a { background-color: rgb(149,128,121); }

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

border-color css

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

 span { border-color: rgb(149,128,121); }

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