Html Css Color HEX #80958D Granny Smith

📋 copy color: '#80958D'

red 128 ◦ green 149 ◦ blue 141

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

Shades of Granny Smith #80958D

Tints of Granny Smith #80958D

RGB

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

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

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

R = 30.62%
G = 35.65%
B = 33.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#80958D (or 0x80958D) is known color: Granny Smith. HEX triplet: 80, 95 and 8D. RGB value is (128,149,141). Sum of RGB (Red+Green+Blue) = 128+149+141=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #80958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80958D is #7F6A72. Grayscale: #8D8D8D. Windows color (decimal): -8350323 or 9278848. OLE color: 9278848.

HSL color Cylindrical-coordinate representation of color #80958D: hue angle of 157.14º 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 #80958D is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 141 -
CMYK 0.14 0 0.05 0.42
HSL 157.14º 0.09% 0.54% -
HSV(B) 157.14º 0.14% 0.58% -
XYZ 24.46 28.01 29.32 -
YUV 141.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 128 149 141 0.14 0 0.05 0.42 157.14 0.09 0.54
Hex 80 95 8D E 0 5 2A 9D 9 36
Octal 200 225 215 16 0 5 52 235 11 66
Binary 10000000 10010101 10001101 1110 0 101 101010 10011101 1001 110110

Color Harmonies of #80958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80958D

Black with #80958D

Text Example


Text Example

White with #80958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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