#959178

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

Shades of Gurkha #959178

Tints of Gurkha #959178

Color information

#959178 (or 0x959178) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 78. RGB value is (149,145,120). Sum of RGB (Red+Green+Blue) = 149+145+120=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #959178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959178 is #6A6E87. Grayscale: #8F8F8F. Windows color (decimal): -6975112 or 7901589. OLE color: 7901589.

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

Color convert

RGB149145120-
CMYK00.030.190.42
HSL51.72º12.03%52.75%-
HSV(B)51.72º19.46%58.43%-
XYZ25.912821.81-
YUV143.35114.83132.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=35.99%
G=35.02%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914512000.030.190.4251.7212.0352.75
Hex95917803132A34c35
Octal225221170032352641465
Binary10010101100100011111000011100111010101101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959178; }

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

 H1.HeaderClassName
 {
   color: #959178;
 }
 .AnyTagClassName
 {
   color: #959178;
 }
</style>
background-color css

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

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

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

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

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

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