#958078

Color #958078 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #958078

Tints of Hemp #958078

Color information

#958078 (or 0x958078) is unknown color: approx 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

RGB149128120-
CMYK00.140.190.42
HSL16.55º12.03%52.75%-
HSV(B)16.55º19.46%58.43%-
XYZ23.523.1821.01-
YUV133.37120.46139.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912812000.140.190.4216.5512.0352.75
Hex9580780E132A11c35
Octal2252001700162352211465
Binary100101011000000011110000111010011101010100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>