#918768

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

Shades of Granite Green #918768

Tints of Granite Green #918768

Color information

#918768 (or 0x918768) is unknown color: approx Granite Green. HEX triplet: 91, 87 and 68. RGB value is (145,135,104). Sum of RGB (Red+Green+Blue) = 145+135+104=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918768 is #6E7897. Grayscale: #868686. Windows color (decimal): -7239832 or 6850449. OLE color: 6850449.

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

Color convert

RGB145135104-
CMYK00.070.280.43
HSL45.37º16.47%48.82%-
HSV(B)45.37º28.28%56.86%-
XYZ22.8424.3516.59-
YUV134.46110.81135.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=37.76%
G=35.16%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513510400.070.280.4345.3716.4748.82
Hex918768071C2B2d1031
Octal221207150073453552061
Binary1001000110000111110100001111110010101110110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918768; }

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

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

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

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

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

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

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

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