Html Css Color HEX #998C60 Granite Green

📋 copy color: '#998C60'

red 153 ◦ green 140 ◦ blue 96

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

Shades of Granite Green #998C60

Tints of Granite Green #998C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

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

R = 39.33%
G = 35.99%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#998C60 (or 0x998C60) is known color: Granite Green. HEX triplet: 99, 8C and 60. RGB value is (153,140,96). Sum of RGB (Red+Green+Blue) = 153+140+96=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #998C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C60 is #66739F. Grayscale: #8B8B8B. Windows color (decimal): -6714272 or 6327449. OLE color: 6327449.

HSL color Cylindrical-coordinate representation of color #998C60: hue angle of 46.32º 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 #998C60 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 96 -
CMYK 0 0.08 0.37 0.4
HSL 46.32º 0.23% 0.49% -
HSV(B) 46.32º 0.37% 0.6% -
XYZ 24.63 26.37 14.86 -
YUV 138.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 153 140 96 0 0.08 0.37 0.4 46.32 0.23 0.49
Hex 99 8C 60 0 8 25 28 2E 17 31
Octal 231 214 140 0 10 45 50 56 27 61
Binary 10011001 10001100 1100000 0 1000 100101 101000 101110 10111 110001

Color Harmonies of #998C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C60

Black with #998C60

Text Example


Text Example

White with #998C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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