Html Css Color HEX #998860 Granite Green

📋 copy color: '#998860'

red 153 ◦ green 136 ◦ blue 96

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

Shades of Granite Green #998860

Tints of Granite Green #998860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 96 (37.89% from 255) = 24.94%

R = 39.74%
G = 35.32%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#998860 (or 0x998860) is known color: Granite Green. HEX triplet: 99, 88 and 60. RGB value is (153,136,96). Sum of RGB (Red+Green+Blue) = 153+136+96=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #998860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998860 is #66779F. Grayscale: #888888. Windows color (decimal): -6715296 or 6326425. OLE color: 6326425.

HSL color Cylindrical-coordinate representation of color #998860: hue angle of 42.11º degrees, saturation: 0.23, 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 #998860 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 96 -
CMYK 0 0.11 0.37 0.4
HSL 42.11º 0.23% 0.49% -
HSV(B) 42.11º 0.37% 0.6% -
XYZ 24.05 25.23 14.67 -
YUV 136.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 153 136 96 0 0.11 0.37 0.4 42.11 0.23 0.49
Hex 99 88 60 0 B 25 28 2A 17 31
Octal 231 210 140 0 13 45 50 52 27 61
Binary 10011001 10001000 1100000 0 1011 100101 101000 101010 10111 110001

Color Harmonies of #998860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998860

Black with #998860

Text Example


Text Example

White with #998860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998860; }

 p { color: rgb(153,136,96); }

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

background-color css

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

 a { background-color: rgb(153,136,96); }

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

border-color css

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

 span { border-color: rgb(153,136,96); }

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