#95895D

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

Shades of Granite Green #95895D

Tints of Granite Green #95895D

Color information

#95895D (or 0x95895D) is unknown color: approx Granite Green. HEX triplet: 95, 89 and 5D. RGB value is (149,137,93). Sum of RGB (Red+Green+Blue) = 149+137+93=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95895D is #6A76A2. Grayscale: #878787. Windows color (decimal): -6977187 or 6130069. OLE color: 6130069.

HSL color Cylindrical-coordinate representation of color #95895D: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95895D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14913793-
CMYK00.080.380.42
HSL47.14º23.14%47.45%-
HSV(B)47.14º37.58%58.43%-
XYZ23.3225.0713.97-
YUV135.57103.98137.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=39.31%
G=36.15%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491379300.080.380.4247.1423.1447.45
Hex95895D08262A2f172f
Octal2252111350104652572757
Binary100101011000100110111010100010011010101010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95895D; }

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

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

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

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

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

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

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

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