#918968

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

Shades of Granite Green #918968

Tints of Granite Green #918968

Color information

#918968 (or 0x918968) is unknown color: approx Granite Green. HEX triplet: 91, 89 and 68. RGB value is (145,137,104). Sum of RGB (Red+Green+Blue) = 145+137+104=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #918968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918968 is #6E7697. Grayscale: #878787. Windows color (decimal): -7239320 or 6850961. OLE color: 6850961.

HSL color Cylindrical-coordinate representation of color #918968: hue angle of 48.29º 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 #918968 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145137104-
CMYK00.060.280.43
HSL48.29º16.47%48.82%-
HSV(B)48.29º28.28%56.86%-
XYZ23.1224.9116.69-
YUV135.63110.15134.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=37.56%
G=35.49%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513710400.060.280.4348.2916.4748.82
Hex918968061C2B301031
Octal221211150063453602061
Binary1001000110001001110100001101110010101111000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918968; }

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

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

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

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

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

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

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

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