#908666

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

Shades of Granite Green #908666

Tints of Granite Green #908666

Color information

#908666 (or 0x908666) is unknown color: approx Granite Green. HEX triplet: 90, 86 and 66. RGB value is (144,134,102). Sum of RGB (Red+Green+Blue) = 144+134+102=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #908666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908666 is #6F7999. Grayscale: #858585. Windows color (decimal): -7305626 or 6719120. OLE color: 6719120.

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

Color convert

RGB144134102-
CMYK00.070.290.44
HSL45.71º17.07%48.24%-
HSV(B)45.71º29.17%56.47%-
XYZ22.4223.9416.01-
YUV133.34110.31135.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=37.89%
G=35.26%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413410200.070.290.4445.7117.0748.24
Hex908666071D2C2e1130
Octal220206146073554562160
Binary1001000010000110110011001111110110110010111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908666; }

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

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

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

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

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

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

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

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