Html Css Color HEX #95A697 Pewter

📋 copy color: '#95A697'

red 149 ◦ green 166 ◦ blue 151

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

Shades of Pewter #95A697

Tints of Pewter #95A697

RGB

 RED value IS 149 (58.59% from 255) = 31.97%

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 151 (59.38% from 255) = 32.4%

R = 31.97%
G = 35.62%
B = 32.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#95A697 (or 0x95A697) is known color: Pewter. HEX triplet: 95, A6 and 97. RGB value is (149,166,151). Sum of RGB (Red+Green+Blue) = 149+166+151=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 166 - color contains mainly: green. Hex color #95A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A697 is #6A5968. Grayscale: #9F9F9F. Windows color (decimal): -6969705 or 9938581. OLE color: 9938581.

HSL color Cylindrical-coordinate representation of color #95A697: hue angle of 127.06º degrees, saturation: 0.09, 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 #95A697 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 166 151 -
CMYK 0.10 0 0.09 0.35
HSL 127.06º 0.09% 0.62% -
HSV(B) 127.06º 0.1% 0.65% -
XYZ 31.62 35.9 34.54 -
YUV 159.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 149 166 151 0.10 0 0.09 0.35 127.06 0.09 0.62
Hex 95 A6 97 A 0 9 23 7F 9 3E
Octal 225 246 227 12 0 11 43 177 11 76
Binary 10010101 10100110 10010111 1010 0 1001 100011 1111111 1001 111110

Color Harmonies of #95A697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A697

Black with #95A697

Text Example


Text Example

White with #95A697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A697; }

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

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

background-color css

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

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

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

border-color css

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

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

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