Html Css Color HEX #958078 Hemp

📋 copy color: '#958078'

red 149 ◦ green 128 ◦ blue 120

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

Shades of Hemp #958078

Tints of Hemp #958078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 37.53%
G = 32.24%
B = 30.23%

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

#958078 (or 0x958078) is known color: Hemp. HEX triplet: 95, 80 and 78. RGB value is (149,128,120). Sum of RGB (Red+Green+Blue) = 149+128+120=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958078 is #6A7F87. Grayscale: #858585. Windows color (decimal): -6979464 or 7897237. OLE color: 7897237.

HSL color Cylindrical-coordinate representation of color #958078: hue angle of 16.55º 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 #958078 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 120 -
CMYK 0 0.14 0.19 0.42
HSL 16.55º 0.12% 0.53% -
HSV(B) 16.55º 0.19% 0.58% -
XYZ 23.5 23.18 21.01 -
YUV 133.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 149 128 120 0 0.14 0.19 0.42 16.55 0.12 0.53
Hex 95 80 78 0 E 13 2A 11 C 35
Octal 225 200 170 0 16 23 52 21 14 65
Binary 10010101 10000000 1111000 0 1110 10011 101010 10001 1100 110101

Color Harmonies of #958078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958078

Black with #958078

Text Example


Text Example

White with #958078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958078; }

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

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

background-color css

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

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

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

border-color css

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

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

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