Html Css Color HEX #919593 Granny Smith

📋 copy color: '#919593'

red 145 ◦ green 149 ◦ blue 147

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

Shades of Granny Smith #919593

Tints of Granny Smith #919593

RGB

 RED value IS 145 (57.03% from 255) = 32.88%

 GREEN value IS 149 (58.59% from 255) = 33.79%

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 32.88%
G = 33.79%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#919593 (or 0x919593) is known color: Granny Smith. HEX triplet: 91, 95 and 93. RGB value is (145,149,147). Sum of RGB (Red+Green+Blue) = 145+149+147=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 149 - color contains mainly: green. Hex color #919593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919593 is #6E6A6C. Grayscale: #939393. Windows color (decimal): -7236205 or 9672081. OLE color: 9672081.

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

Color convert

RGB 145 149 147 -
CMYK 0.03 0 0.01 0.42
HSL 150º 0.02% 0.58% -
HSV(B) 150º 0.03% 0.58% -
XYZ 27.69 29.62 31.86 -
YUV 147.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 145 149 147 0.03 0 0.01 0.42 150 0.02 0.58
Hex 91 95 93 3 0 1 2A 96 2 3A
Octal 221 225 223 3 0 1 52 226 2 72
Binary 10010001 10010101 10010011 11 0 1 101010 10010110 10 111010

Color Harmonies of #919593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919593

Black with #919593

Text Example


Text Example

White with #919593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919593; }

 p { color: rgb(145,149,147); }

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

background-color css

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

 a { background-color: rgb(145,149,147); }

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

border-color css

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

 span { border-color: rgb(145,149,147); }

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