#91875D

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

Shades of Granite Green #91875D

Tints of Granite Green #91875D

Color information

#91875D (or 0x91875D) is unknown color: approx Granite Green. HEX triplet: 91, 87 and 5D. RGB value is (145,135,93). Sum of RGB (Red+Green+Blue) = 145+135+93=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #91875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91875D is #6E78A2. Grayscale: #858585. Windows color (decimal): -7239843 or 6129553. OLE color: 6129553.

HSL color Cylindrical-coordinate representation of color #91875D: hue angle of 48.46º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91875D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14513593-
CMYK00.070.360.43
HSL48.46º21.85%46.67%-
HSV(B)48.46º35.86%56.86%-
XYZ22.3224.1413.84-
YUV133.2105.31136.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.87%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=38.87%
G=36.19%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451359300.070.360.4348.4621.8546.67
Hex91875D07242B30162f
Octal221207135074453602657
Binary10010001100001111011101011110010010101111000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,135,93); }

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

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

 a { background-color: rgb(145,135,93); }

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

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

 span { border-color: rgb(145,135,93); }

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