Html Css Color HEX #969090 Suva Grey

📋 copy color: '#969090'

red 150 ◦ green 144 ◦ blue 144

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

Shades of Suva Grey #969090

Tints of Suva Grey #969090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.88%

 BLUE value IS 144 (56.64% from 255) = 32.88%

R = 34.25%
G = 32.88%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#969090 (or 0x969090) is known color: Suva Grey. HEX triplet: 96, 90 and 90. RGB value is (150,144,144). Sum of RGB (Red+Green+Blue) = 150+144+144=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 150 - color contains mainly: red. Hex color #969090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969090 is #696F6F. Grayscale: #919191. Windows color (decimal): -6909808 or 9474198. OLE color: 9474198.

HSL color Cylindrical-coordinate representation of color #969090: hue angle of 0º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #969090 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 144 -
CMYK 0 0.04 0.04 0.41
HSL 0.03% 0.58% -
HSV(B) 0.04% 0.59% -
XYZ 27.58 28.44 30.42 -
YUV 145.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 150 144 144 0 0.04 0.04 0.41 0 0.03 0.58
Hex 96 90 90 0 4 4 29 0 3 3A
Octal 226 220 220 0 4 4 51 0 3 72
Binary 10010110 10010000 10010000 0 100 100 101001 0 11 111010

Color Harmonies of #969090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969090

Black with #969090

Text Example


Text Example

White with #969090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969090; }

 p { color: rgb(150,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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