Html Css Color HEX #97A595 Mantle

📋 copy color: '#97A595'

red 151 ◦ green 165 ◦ blue 149

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

Shades of Mantle #97A595

Tints of Mantle #97A595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

 BLUE value IS 149 (58.59% from 255) = 32.04%

R = 32.47%
G = 35.48%
B = 32.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#97A595 (or 0x97A595) is known color: Mantle. HEX triplet: 97, A5 and 95. RGB value is (151,165,149). Sum of RGB (Red+Green+Blue) = 151+165+149=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #97A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A595 is #685A6A. Grayscale: #9F9F9F. Windows color (decimal): -6838891 or 9807255. OLE color: 9807255.

HSL color Cylindrical-coordinate representation of color #97A595: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #97A595 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 165 149 -
CMYK 0.08 0 0.10 0.35
HSL 112.5º 0.08% 0.62% -
HSV(B) 112.5º 0.1% 0.65% -
XYZ 31.64 35.66 33.65 -
YUV 158.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 151 165 149 0.08 0 0.10 0.35 112.5 0.08 0.62
Hex 97 A5 95 8 0 A 23 70 8 3E
Octal 227 245 225 10 0 12 43 160 10 76
Binary 10010111 10100101 10010101 1000 0 1010 100011 1110000 1000 111110

Color Harmonies of #97A595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A595

Black with #97A595

Text Example


Text Example

White with #97A595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A595; }

 p { color: rgb(151,165,149); }

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

background-color css

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

 a { background-color: rgb(151,165,149); }

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

border-color css

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

 span { border-color: rgb(151,165,149); }

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