#918760

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

Shades of Granite Green #918760

Tints of Granite Green #918760

Color information

#918760 (or 0x918760) is unknown color: approx Granite Green. HEX triplet: 91, 87 and 60. RGB value is (145,135,96). Sum of RGB (Red+Green+Blue) = 145+135+96=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918760 is #6E789F. Grayscale: #858585. Windows color (decimal): -7239840 or 6326161. OLE color: 6326161.

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

Color convert

RGB14513596-
CMYK00.070.340.43
HSL47.76º20.33%47.25%-
HSV(B)47.76º33.79%56.86%-
XYZ22.4524.1914.55-
YUV133.54106.81136.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=38.56%
G=35.90%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451359600.070.340.4347.7620.3347.25
Hex91876007222B30142f
Octal221207140074253602457
Binary10010001100001111100000011110001010101111000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918760; }

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

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

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

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

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

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

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

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