#907E60

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

Shades of Granite Green #907E60

Tints of Granite Green #907E60

Color information

#907E60 (or 0x907E60) is unknown color: approx Granite Green. HEX triplet: 90, 7E and 60. RGB value is (144,126,96). Sum of RGB (Red+Green+Blue) = 144+126+96=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #907E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E60 is #6F819F. Grayscale: #808080. Windows color (decimal): -7307680 or 6323856. OLE color: 6323856.

HSL color Cylindrical-coordinate representation of color #907E60: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #907E60 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14412696-
CMYK00.120.330.44
HSL37.5º20%47.06%-
HSV(B)37.5º33.33%56.47%-
XYZ21.0721.714.14-
YUV127.96109.96139.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.34%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=39.34%
G=34.43%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441269600.120.330.4437.52047.06
Hex907E600C212C25142f
Octal2201761400144154452457
Binary10010000111111011000000110010000110110010010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907E60; }

 p { color: rgb(144,126,96); }

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

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

 a { background-color: rgb(144,126,96); }

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

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

 span { border-color: rgb(144,126,96); }

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