#908162

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

Shades of Granite Green #908162

Tints of Granite Green #908162

Color information

#908162 (or 0x908162) is unknown color: approx Granite Green. HEX triplet: 90, 81 and 62. RGB value is (144,129,98). Sum of RGB (Red+Green+Blue) = 144+129+98=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #908162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908162 is #6F7E9D. Grayscale: #828282. Windows color (decimal): -7306910 or 6455696. OLE color: 6455696.

HSL color Cylindrical-coordinate representation of color #908162: hue angle of 40.43º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908162 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14412998-
CMYK00.100.320.44
HSL40.43º19.01%47.45%-
HSV(B)40.43º31.94%56.47%-
XYZ21.5622.5114.76-
YUV129.95109.97138.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=38.81%
G=34.77%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441299800.100.320.4440.4319.0147.45
Hex9081620A202C28132f
Octal2202011420124054502357
Binary100100001000000111000100101010000010110010100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908162; }

 p { color: rgb(144,129,98); }

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

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

 a { background-color: rgb(144,129,98); }

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

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

 span { border-color: rgb(144,129,98); }

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