#958866

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

Shades of Granite Green #958866

Tints of Granite Green #958866

Color information

#958866 (or 0x958866) is unknown color: approx Granite Green. HEX triplet: 95, 88 and 66. RGB value is (149,136,102). Sum of RGB (Red+Green+Blue) = 149+136+102=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #958866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958866 is #6A7799. Grayscale: #888888. Windows color (decimal): -6977434 or 6719637. OLE color: 6719637.

HSL color Cylindrical-coordinate representation of color #958866: hue angle of 43.4º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958866 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149136102-
CMYK00.090.320.42
HSL43.4º18.73%49.22%-
HSV(B)43.4º31.54%58.43%-
XYZ23.624.9616.14-
YUV136.01108.81137.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=38.50%
G=35.14%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913610200.090.320.4243.418.7349.22
Hex95886609202A2b1331
Octal2252101460114052532361
Binary100101011000100011001100100110000010101010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958866; }

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

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

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

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

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

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

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

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