Html Css Color HEX #809591 Granny Smith

📋 copy color: '#809591'

red 128 ◦ green 149 ◦ blue 145

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

Shades of Granny Smith #809591

Tints of Granny Smith #809591

RGB

 RED value IS 128 (50.39% from 255) = 30.33%

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

 BLUE value IS 145 (57.03% from 255) = 34.36%

R = 30.33%
G = 35.31%
B = 34.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#809591 (or 0x809591) is known color: Granny Smith. HEX triplet: 80, 95 and 91. RGB value is (128,149,145). Sum of RGB (Red+Green+Blue) = 128+149+145=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #809591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809591 is #7F6A6E. Grayscale: #8E8E8E. Windows color (decimal): -8350319 or 9540992. OLE color: 9540992.

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

Color convert

RGB 128 149 145 -
CMYK 0.14 0 0.03 0.42
HSL 168.57º 0.09% 0.54% -
HSV(B) 168.57º 0.14% 0.58% -
XYZ 24.76 28.13 30.91 -
YUV 142.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 128 149 145 0.14 0 0.03 0.42 168.57 0.09 0.54
Hex 80 95 91 E 0 3 2A A9 9 36
Octal 200 225 221 16 0 3 52 251 11 66
Binary 10000000 10010101 10010001 1110 0 11 101010 10101001 1001 110110

Color Harmonies of #809591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809591

Black with #809591

Text Example


Text Example

White with #809591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809591; }

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

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

background-color css

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

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

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

border-color css

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

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

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