#999058

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

Shades of Granite Green #999058

Tints of Granite Green #999058

Color information

#999058 (or 0x999058) is unknown color: approx Granite Green. HEX triplet: 99, 90 and 58. RGB value is (153,144,88). Sum of RGB (Red+Green+Blue) = 153+144+88=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #999058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999058 is #666FA7. Grayscale: #8C8C8C. Windows color (decimal): -6713256 or 5804185. OLE color: 5804185.

HSL color Cylindrical-coordinate representation of color #999058: hue angle of 51.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #999058 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15314488-
CMYK00.060.420.4
HSL51.69º26.97%47.25%-
HSV(B)51.69º42.48%60%-
XYZ24.8727.4213.21-
YUV140.3198.48137.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=39.74%
G=37.40%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531448800.060.420.451.6926.9747.25
Hex999058062A28341b2f
Octal231220130065250643357
Binary10011001100100001011000011010101010100011010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999058; }

 p { color: rgb(153,144,88); }

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

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

 a { background-color: rgb(153,144,88); }

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

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

 span { border-color: rgb(153,144,88); }

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