#959078

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

Shades of Gurkha #959078

Tints of Gurkha #959078

Color information

#959078 (or 0x959078) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 78. RGB value is (149,144,120). Sum of RGB (Red+Green+Blue) = 149+144+120=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #959078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959078 is #6A6F87. Grayscale: #8E8E8E. Windows color (decimal): -6975368 or 7901333. OLE color: 7901333.

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

Color convert

RGB149144120-
CMYK00.030.190.42
HSL49.66º12.03%52.75%-
HSV(B)49.66º19.46%58.43%-
XYZ25.7627.6921.76-
YUV142.76115.16132.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=36.08%
G=34.87%
B=29.06%

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
Decimal14914412000.030.190.4249.6612.0352.75
Hex95907803132A32c35
Octal225220170032352621465
Binary10010101100100001111000011100111010101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959078; }

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

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

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

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

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

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

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

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