Html Css Color HEX #969997 Edward

📋 copy color: '#969997'

red 150 ◦ green 153 ◦ blue 151

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

Shades of Edward #969997

Tints of Edward #969997

RGB

 RED value IS 150 (58.98% from 255) = 33.04%

 GREEN value IS 153 (60.16% from 255) = 33.7%

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

R = 33.04%
G = 33.7%
B = 33.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#969997 (or 0x969997) is known color: Edward. HEX triplet: 96, 99 and 97. RGB value is (150,153,151). Sum of RGB (Red+Green+Blue) = 150+153+151=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 153 - color contains mainly: green. Hex color #969997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969997 is #696668. Grayscale: #979797. Windows color (decimal): -6907497 or 9935254. OLE color: 9935254.

HSL color Cylindrical-coordinate representation of color #969997: hue angle of 140º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #969997 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 151 -
CMYK 0.02 0 0.01 0.4
HSL 140º 0.01% 0.59% -
HSV(B) 140º 0.02% 0.6% -
XYZ 29.55 31.5 33.8 -
YUV 151.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 150 153 151 0.02 0 0.01 0.4 140 0.01 0.59
Hex 96 99 97 2 0 1 28 8C 1 3B
Octal 226 231 227 2 0 1 50 214 1 73
Binary 10010110 10011001 10010111 10 0 1 101000 10001100 1 111011

Color Harmonies of #969997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969997

Black with #969997

Text Example


Text Example

White with #969997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969997; }

 p { color: rgb(150,153,151); }

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

background-color css

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

 a { background-color: rgb(150,153,151); }

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

border-color css

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

 span { border-color: rgb(150,153,151); }

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