#908668

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

Shades of Granite Green #908668

Tints of Granite Green #908668

Color information

#908668 (or 0x908668) is unknown color: approx Granite Green. HEX triplet: 90, 86 and 68. RGB value is (144,134,104). Sum of RGB (Red+Green+Blue) = 144+134+104=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #908668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908668 is #6F7997. Grayscale: #858585. Windows color (decimal): -7305624 or 6850192. OLE color: 6850192.

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

Color convert

RGB144134104-
CMYK00.070.280.44
HSL45º16.13%48.63%-
HSV(B)45º27.78%56.47%-
XYZ22.5323.9816.54-
YUV133.57111.31135.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=37.70%
G=35.08%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413410400.070.280.444516.1348.63
Hex908668071C2C2d1031
Octal220206150073454552061
Binary1001000010000110110100001111110010110010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908668; }

 p { color: rgb(144,134,104); }

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

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

 a { background-color: rgb(144,134,104); }

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

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

 span { border-color: rgb(144,134,104); }

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