Html Css Color HEX #998961 Granite Green

📋 copy color: '#998961'

red 153 ◦ green 137 ◦ blue 97

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

Shades of Granite Green #998961

Tints of Granite Green #998961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 97 (38.28% from 255) = 25.06%

R = 39.53%
G = 35.4%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#998961 (or 0x998961) is known color: Granite Green. HEX triplet: 99, 89 and 61. RGB value is (153,137,97). Sum of RGB (Red+Green+Blue) = 153+137+97=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #998961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998961 is #66769E. Grayscale: #898989. Windows color (decimal): -6715039 or 6392217. OLE color: 6392217.

HSL color Cylindrical-coordinate representation of color #998961: hue angle of 42.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #998961 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 137 97 -
CMYK 0 0.10 0.37 0.4
HSL 42.86º 0.22% 0.49% -
HSV(B) 42.86º 0.37% 0.6% -
XYZ 24.24 25.53 14.96 -
YUV 137.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 153 137 97 0 0.10 0.37 0.4 42.86 0.22 0.49
Hex 99 89 61 0 A 25 28 2B 16 31
Octal 231 211 141 0 12 45 50 53 26 61
Binary 10011001 10001001 1100001 0 1010 100101 101000 101011 10110 110001

Color Harmonies of #998961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998961

Black with #998961

Text Example


Text Example

White with #998961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998961; }

 p { color: rgb(153,137,97); }

 H1.HeaderClassName
 {
   color: #998961;
 }
 .AnyTagClassName
 {
   color: #998961;
 }
</style>

background-color css

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

 a { background-color: rgb(153,137,97); }

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

border-color css

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

 span { border-color: rgb(153,137,97); }

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