#958964

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

Shades of Granite Green #958964

Tints of Granite Green #958964

Color information

#958964 (or 0x958964) is unknown color: approx Granite Green. HEX triplet: 95, 89 and 64. RGB value is (149,137,100). Sum of RGB (Red+Green+Blue) = 149+137+100=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #958964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958964 is #6A769B. Grayscale: #888888. Windows color (decimal): -6977180 or 6588821. OLE color: 6588821.

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

Color convert

RGB149137100-
CMYK00.080.330.42
HSL45.31º19.68%48.82%-
HSV(B)45.31º32.89%58.43%-
XYZ23.6425.215.67-
YUV136.37107.48137.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 100 (39.45% from 255) = 25.91%
R=38.60%
G=35.49%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913710000.080.330.4245.3119.6848.82
Hex95896408212A2d1431
Octal2252111440104152552461
Binary100101011000100111001000100010000110101010110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958964; }

 p { color: rgb(149,137,100); }

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

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

 a { background-color: rgb(149,137,100); }

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

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

 span { border-color: rgb(149,137,100); }

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