Html Css Color HEX #97855E Granite Green

📋 copy color: '#97855E'

red 151 ◦ green 133 ◦ blue 94

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

Shades of Granite Green #97855E

Tints of Granite Green #97855E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 39.95%
G = 35.19%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97855E (or 0x97855E) is known color: Granite Green. HEX triplet: 97, 85 and 5E. RGB value is (151,133,94). Sum of RGB (Red+Green+Blue) = 151+133+94=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #97855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97855E is #687AA1. Grayscale: #868686. Windows color (decimal): -6847138 or 6194583. OLE color: 6194583.

HSL color Cylindrical-coordinate representation of color #97855E: hue angle of 41.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97855E is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 133 94 -
CMYK 0 0.12 0.38 0.41
HSL 41.05º 0.23% 0.48% -
HSV(B) 41.05º 0.38% 0.59% -
XYZ 23.17 24.16 14.03 -
YUV 133.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 151 133 94 0 0.12 0.38 0.41 41.05 0.23 0.48
Hex 97 85 5E 0 C 26 29 29 17 30
Octal 227 205 136 0 14 46 51 51 27 60
Binary 10010111 10000101 1011110 0 1100 100110 101001 101001 10111 110000

Color Harmonies of #97855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97855E

Black with #97855E

Text Example


Text Example

White with #97855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97855E; }

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

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

background-color css

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

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

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

border-color css

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

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

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