#918969

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

Shades of Granite Green #918969

Tints of Granite Green #918969

Color information

#918969 (or 0x918969) is unknown color: approx Granite Green. HEX triplet: 91, 89 and 69. RGB value is (145,137,105). Sum of RGB (Red+Green+Blue) = 145+137+105=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #918969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918969 is #6E7696. Grayscale: #878787. Windows color (decimal): -7239319 or 6916497. OLE color: 6916497.

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

Color convert

RGB145137105-
CMYK00.060.280.43
HSL48º16%49.02%-
HSV(B)48º27.59%56.86%-
XYZ23.1724.9316.96-
YUV135.74110.65134.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=37.47%
G=35.40%
B=27.13%

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
Decimal14513710500.060.280.43481649.02
Hex918969061C2B301031
Octal221211151063453602061
Binary1001000110001001110100101101110010101111000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918969; }

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

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

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

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

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

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

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

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