Html Css Color HEX #988961 Granite Green

📋 copy color: '#988961'

red 152 ◦ green 137 ◦ blue 97

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

Shades of Granite Green #988961

Tints of Granite Green #988961

RGB

 RED value IS 152 (59.77% from 255) = 39.38%

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

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

R = 39.38%
G = 35.49%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#988961 (or 0x988961) is known color: Granite Green. HEX triplet: 98, 89 and 61. RGB value is (152,137,97). Sum of RGB (Red+Green+Blue) = 152+137+97=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #988961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988961 is #67769E. Grayscale: #898989. Windows color (decimal): -6780575 or 6392216. OLE color: 6392216.

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

Color convert

RGB 152 137 97 -
CMYK 0 0.10 0.36 0.40
HSL 43.64º 0.22% 0.49% -
HSV(B) 43.64º 0.36% 0.6% -
XYZ 24.05 25.43 14.95 -
YUV 136.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 152 137 97 0 0.10 0.36 0.40 43.64 0.22 0.49
Hex 98 89 61 0 A 24 28 2C 16 31
Octal 230 211 141 0 12 44 50 54 26 61
Binary 10011000 10001001 1100001 0 1010 100100 101000 101100 10110 110001

Color Harmonies of #988961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988961

Black with #988961

Text Example


Text Example

White with #988961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988961; }

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

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

background-color css

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

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

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

border-color css

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

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

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