#908669

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

Shades of Granite Green #908669

Tints of Granite Green #908669

Color information

#908669 (or 0x908669) is unknown color: approx Granite Green. HEX triplet: 90, 86 and 69. RGB value is (144,134,105). Sum of RGB (Red+Green+Blue) = 144+134+105=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #908669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908669 is #6F7996. Grayscale: #858585. Windows color (decimal): -7305623 or 6915728. OLE color: 6915728.

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

Color convert

RGB144134105-
CMYK00.070.270.44
HSL44.62º15.66%48.82%-
HSV(B)44.62º27.08%56.47%-
XYZ22.582416.81-
YUV133.68111.81135.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=37.60%
G=34.99%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413410500.070.270.4444.6215.6648.82
Hex908669071B2C2d1031
Octal220206151073354552061
Binary1001000010000110110100101111101110110010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908669; }

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

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

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

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

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

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

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

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