Html Css Color HEX #809B8C Granny Smith

📋 copy color: '#809B8C'

red 128 ◦ green 155 ◦ blue 140

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

Shades of Granny Smith #809B8C

Tints of Granny Smith #809B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 30.26%
G = 36.64%
B = 33.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#809B8C (or 0x809B8C) is known color: Granny Smith. HEX triplet: 80, 9B and 8C. RGB value is (128,155,140). Sum of RGB (Red+Green+Blue) = 128+155+140=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #809B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B8C is #7F6473. Grayscale: #919191. Windows color (decimal): -8348788 or 9214848. OLE color: 9214848.

HSL color Cylindrical-coordinate representation of color #809B8C: hue angle of 146.67º 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 #809B8C is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 155 140 -
CMYK 0.17 0 0.10 0.39
HSL 146.67º 0.12% 0.55% -
HSV(B) 146.67º 0.17% 0.61% -
XYZ 25.36 29.93 29.25 -
YUV 145.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 128 155 140 0.17 0 0.10 0.39 146.67 0.12 0.55
Hex 80 9B 8C 11 0 A 27 93 C 37
Octal 200 233 214 21 0 12 47 223 14 67
Binary 10000000 10011011 10001100 10001 0 1010 100111 10010011 1100 110111

Color Harmonies of #809B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B8C

Black with #809B8C

Text Example


Text Example

White with #809B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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