#958868

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

Shades of Granite Green #958868

Tints of Granite Green #958868

Color information

#958868 (or 0x958868) is unknown color: approx Granite Green. HEX triplet: 95, 88 and 68. RGB value is (149,136,104). Sum of RGB (Red+Green+Blue) = 149+136+104=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958868 is #6A7797. Grayscale: #888888. Windows color (decimal): -6977432 or 6850709. OLE color: 6850709.

HSL color Cylindrical-coordinate representation of color #958868: hue angle of 42.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958868 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149136104-
CMYK00.090.300.42
HSL42.67º17.79%49.61%-
HSV(B)42.67º30.2%58.43%-
XYZ23.72516.67-
YUV136.24109.81137.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=38.30%
G=34.96%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913610400.090.300.4242.6717.7949.61
Hex958868091E2A2b1232
Octal2252101500113652532262
Binary10010101100010001101000010011111010101010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958868; }

 p { color: rgb(149,136,104); }

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

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

 a { background-color: rgb(149,136,104); }

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

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

 span { border-color: rgb(149,136,104); }

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