Html Css Color HEX #998F5A Granite Green

📋 copy color: '#998F5A'

red 153 ◦ green 143 ◦ blue 90

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

Shades of Granite Green #998F5A

Tints of Granite Green #998F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.05%

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 39.64%
G = 37.05%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#998F5A (or 0x998F5A) is known color: Granite Green. HEX triplet: 99, 8F and 5A. RGB value is (153,143,90). Sum of RGB (Red+Green+Blue) = 153+143+90=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F5A is #6670A5. Grayscale: #8C8C8C. Windows color (decimal): -6713510 or 5935001. OLE color: 5935001.

HSL color Cylindrical-coordinate representation of color #998F5A: hue angle of 50.48º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998F5A is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 90 -
CMYK 0 0.07 0.41 0.4
HSL 50.48º 0.26% 0.48% -
HSV(B) 50.48º 0.41% 0.6% -
XYZ 24.8 27.16 13.61 -
YUV 139.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 153 143 90 0 0.07 0.41 0.4 50.48 0.26 0.48
Hex 99 8F 5A 0 7 29 28 32 1A 30
Octal 231 217 132 0 7 51 50 62 32 60
Binary 10011001 10001111 1011010 0 111 101001 101000 110010 11010 110000

Color Harmonies of #998F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F5A

Black with #998F5A

Text Example


Text Example

White with #998F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,143,90); }

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

background-color css

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

 a { background-color: rgb(153,143,90); }

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

border-color css

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

 span { border-color: rgb(153,143,90); }

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