Html Css Color HEX #978561 Granite Green

📋 copy color: '#978561'

red 151 ◦ green 133 ◦ blue 97

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

Shades of Granite Green #978561

Tints of Granite Green #978561

RGB

 RED value IS 151 (59.38% from 255) = 39.63%

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 39.63%
G = 34.91%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#978561 (or 0x978561) is known color: Granite Green. HEX triplet: 97, 85 and 61. RGB value is (151,133,97). Sum of RGB (Red+Green+Blue) = 151+133+97=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #978561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978561 is #687A9E. Grayscale: #868686. Windows color (decimal): -6847135 or 6391191. OLE color: 6391191.

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

Color convert

RGB 151 133 97 -
CMYK 0 0.12 0.36 0.41
HSL 40º 0.22% 0.49% -
HSV(B) 40º 0.36% 0.59% -
XYZ 23.31 24.22 14.76 -
YUV 134.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 151 133 97 0 0.12 0.36 0.41 40 0.22 0.49
Hex 97 85 61 0 C 24 29 28 16 31
Octal 227 205 141 0 14 44 51 50 26 61
Binary 10010111 10000101 1100001 0 1100 100100 101001 101000 10110 110001

Color Harmonies of #978561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978561

Black with #978561

Text Example


Text Example

White with #978561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978561; }

 p { color: rgb(151,133,97); }

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

background-color css

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

 a { background-color: rgb(151,133,97); }

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

border-color css

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

 span { border-color: rgb(151,133,97); }

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