Html Css Color HEX #809B8D Granny Smith

📋 copy color: '#809B8D'

red 128 ◦ green 155 ◦ blue 141

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

Shades of Granny Smith #809B8D

Tints of Granny Smith #809B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 30.19%
G = 36.56%
B = 33.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#809B8D (or 0x809B8D) is known color: Granny Smith. HEX triplet: 80, 9B and 8D. RGB value is (128,155,141). Sum of RGB (Red+Green+Blue) = 128+155+141=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #809B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B8D is #7F6472. Grayscale: #919191. Windows color (decimal): -8348787 or 9280384. OLE color: 9280384.

HSL color Cylindrical-coordinate representation of color #809B8D: hue angle of 148.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809B8D is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 155 141 -
CMYK 0.17 0 0.09 0.39
HSL 148.89º 0.12% 0.55% -
HSV(B) 148.89º 0.17% 0.61% -
XYZ 25.43 29.95 29.64 -
YUV 145.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 128 155 141 0.17 0 0.09 0.39 148.89 0.12 0.55
Hex 80 9B 8D 11 0 9 27 95 C 37
Octal 200 233 215 21 0 11 47 225 14 67
Binary 10000000 10011011 10001101 10001 0 1001 100111 10010101 1100 110111

Color Harmonies of #809B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B8D

Black with #809B8D

Text Example


Text Example

White with #809B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809B8D; }

 p { color: rgb(128,155,141); }

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

background-color css

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

 a { background-color: rgb(128,155,141); }

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

border-color css

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

 span { border-color: rgb(128,155,141); }

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