Html Css Color HEX #978562 Granite Green

📋 copy color: '#978562'

red 151 ◦ green 133 ◦ blue 98

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

Shades of Granite Green #978562

Tints of Granite Green #978562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.65%

R = 39.53%
G = 34.82%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#978562 (or 0x978562) is known color: Granite Green. HEX triplet: 97, 85 and 62. RGB value is (151,133,98). Sum of RGB (Red+Green+Blue) = 151+133+98=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #978562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978562 is #687A9D. Grayscale: #868686. Windows color (decimal): -6847134 or 6456727. OLE color: 6456727.

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

Color convert

RGB 151 133 98 -
CMYK 0 0.12 0.35 0.41
HSL 39.62º 0.21% 0.49% -
HSV(B) 39.62º 0.35% 0.59% -
XYZ 23.35 24.24 15 -
YUV 134.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 151 133 98 0 0.12 0.35 0.41 39.62 0.21 0.49
Hex 97 85 62 0 C 23 29 28 15 31
Octal 227 205 142 0 14 43 51 50 25 61
Binary 10010111 10000101 1100010 0 1100 100011 101001 101000 10101 110001

Color Harmonies of #978562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978562

Black with #978562

Text Example


Text Example

White with #978562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978562; }

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

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

background-color css

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

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

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

border-color css

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

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

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