#958F78

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

Shades of Gurkha #958F78

Tints of Gurkha #958F78

Color information

#958F78 (or 0x958F78) is unknown color: approx Gurkha. HEX triplet: 95, 8F and 78. RGB value is (149,143,120). Sum of RGB (Red+Green+Blue) = 149+143+120=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F78 is #6A7087. Grayscale: #8E8E8E. Windows color (decimal): -6975624 or 7901077. OLE color: 7901077.

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

Color convert

RGB149143120-
CMYK00.040.190.42
HSL47.59º12.03%52.75%-
HSV(B)47.59º19.46%58.43%-
XYZ25.6127.3921.71-
YUV142.17115.49132.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=36.17%
G=34.71%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914312000.040.190.4247.5912.0352.75
Hex958F7804132A30c35
Octal225217170042352601465
Binary100101011000111111110000100100111010101100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958F78; }

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

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

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

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

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

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

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

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