#958969

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

Shades of Granite Green #958969

Tints of Granite Green #958969

Color information

#958969 (or 0x958969) is unknown color: approx Granite Green. HEX triplet: 95, 89 and 69. RGB value is (149,137,105). Sum of RGB (Red+Green+Blue) = 149+137+105=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958969 is #6A7696. Grayscale: #898989. Windows color (decimal): -6977175 or 6916501. OLE color: 6916501.

HSL color Cylindrical-coordinate representation of color #958969: hue angle of 43.64º degrees, saturation: 0.17, 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 #958969 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149137105-
CMYK00.080.300.42
HSL43.64º17.32%49.8%-
HSV(B)43.64º29.53%58.43%-
XYZ23.8925.316.99-
YUV136.94109.98136.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=38.11%
G=35.04%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913710500.080.300.4243.6417.3249.8
Hex958969081E2A2c1132
Octal2252111510103652542162
Binary10010101100010011101001010001111010101010110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958969; }

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

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

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

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

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

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

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

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