Html Css Color HEX #999058 Granite Green

📋 copy color: '#999058'

red 153 ◦ green 144 ◦ blue 88

#999058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #999058

Tints of Granite Green #999058

RGB

 RED value IS 153 (60.16% from 255) = 39.74%

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 88 (34.77% from 255) = 22.86%

R = 39.74%
G = 37.4%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#999058 (or 0x999058) is known color: 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

RGB 153 144 88 -
CMYK 0 0.06 0.42 0.4
HSL 51.69º 0.27% 0.47% -
HSV(B) 51.69º 0.42% 0.6% -
XYZ 24.87 27.42 13.21 -
YUV 140.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 153 144 88 0 0.06 0.42 0.4 51.69 0.27 0.47
Hex 99 90 58 0 6 2A 28 34 1B 2F
Octal 231 220 130 0 6 52 50 64 33 57
Binary 10011001 10010000 1011000 0 110 101010 101000 110100 11011 101111

Color Harmonies of #999058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999058

Black with #999058

Text Example


Text Example

White with #999058

Text Example


Text Example

HTML Codes & Css Web 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>