#918767

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

Shades of Granite Green #918767

Tints of Granite Green #918767

Color information

#918767 (or 0x918767) is unknown color: approx Granite Green. HEX triplet: 91, 87 and 67. RGB value is (145,135,103). Sum of RGB (Red+Green+Blue) = 145+135+103=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #918767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918767 is #6E7898. Grayscale: #868686. Windows color (decimal): -7239833 or 6784913. OLE color: 6784913.

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

Color convert

RGB145135103-
CMYK00.070.290.43
HSL45.71º16.94%48.63%-
HSV(B)45.71º28.97%56.86%-
XYZ22.7924.3316.33-
YUV134.34110.31135.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=37.86%
G=35.25%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513510300.070.290.4345.7116.9448.63
Hex918767071D2B2e1131
Octal221207147073553562161
Binary1001000110000111110011101111110110101110111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918767; }

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

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

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

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

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

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

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

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