Html Css Color HEX #809791 Granny Smith

📋 copy color: '#809791'

red 128 ◦ green 151 ◦ blue 145

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

Shades of Granny Smith #809791

Tints of Granny Smith #809791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 30.19%
G = 35.61%
B = 34.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#809791 (or 0x809791) is known color: Granny Smith. HEX triplet: 80, 97 and 91. RGB value is (128,151,145). Sum of RGB (Red+Green+Blue) = 128+151+145=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #809791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809791 is #7F686E. Grayscale: #8F8F8F. Windows color (decimal): -8349807 or 9541504. OLE color: 9541504.

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

Color convert

RGB 128 151 145 -
CMYK 0.15 0 0.04 0.41
HSL 164.35º 0.1% 0.55% -
HSV(B) 164.35º 0.15% 0.59% -
XYZ 25.08 28.77 31.02 -
YUV 143.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 128 151 145 0.15 0 0.04 0.41 164.35 0.1 0.55
Hex 80 97 91 F 0 4 29 A4 A 37
Octal 200 227 221 17 0 4 51 244 12 67
Binary 10000000 10010111 10010001 1111 0 100 101001 10100100 1010 110111

Color Harmonies of #809791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809791

Black with #809791

Text Example


Text Example

White with #809791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809791; }

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

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

background-color css

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

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

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

border-color css

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

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

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