Html Css Color HEX #978762 Granite Green

📋 copy color: '#978762'

red 151 ◦ green 135 ◦ blue 98

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

Shades of Granite Green #978762

Tints of Granite Green #978762

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

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

R = 39.32%
G = 35.16%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#978762 (or 0x978762) is known color: Granite Green. HEX triplet: 97, 87 and 62. RGB value is (151,135,98). Sum of RGB (Red+Green+Blue) = 151+135+98=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #978762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978762 is #68789D. Grayscale: #878787. Windows color (decimal): -6846622 or 6457239. OLE color: 6457239.

HSL color Cylindrical-coordinate representation of color #978762: hue angle of 41.89º 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 #978762 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 135 98 -
CMYK 0 0.11 0.35 0.41
HSL 41.89º 0.21% 0.49% -
HSV(B) 41.89º 0.35% 0.59% -
XYZ 23.63 24.79 15.09 -
YUV 135.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 151 135 98 0 0.11 0.35 0.41 41.89 0.21 0.49
Hex 97 87 62 0 B 23 29 2A 15 31
Octal 227 207 142 0 13 43 51 52 25 61
Binary 10010111 10000111 1100010 0 1011 100011 101001 101010 10101 110001

Color Harmonies of #978762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978762

Black with #978762

Text Example


Text Example

White with #978762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978762; }

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

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

background-color css

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

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

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

border-color css

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

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

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