#958E78

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

Shades of Gurkha #958E78

Tints of Gurkha #958E78

Color information

#958E78 (or 0x958E78) is unknown color: approx Gurkha. HEX triplet: 95, 8E and 78. RGB value is (149,142,120). Sum of RGB (Red+Green+Blue) = 149+142+120=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E78 is #6A7187. Grayscale: #8D8D8D. Windows color (decimal): -6975880 or 7900821. OLE color: 7900821.

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

Color convert

RGB149142120-
CMYK00.050.190.42
HSL45.52º12.03%52.75%-
HSV(B)45.52º19.46%58.43%-
XYZ25.4627.0921.66-
YUV141.58115.82133.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=36.25%
G=34.55%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914212000.050.190.4245.5212.0352.75
Hex958E7805132A2ec35
Octal225216170052352561465
Binary100101011000111011110000101100111010101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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