Html Css Color HEX #80958C Granny Smith

📋 copy color: '#80958C'

red 128 ◦ green 149 ◦ blue 140

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

Shades of Granny Smith #80958C

Tints of Granny Smith #80958C

RGB

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

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

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

R = 30.7%
G = 35.73%
B = 33.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#80958C (or 0x80958C) is known color: Granny Smith. HEX triplet: 80, 95 and 8C. RGB value is (128,149,140). Sum of RGB (Red+Green+Blue) = 128+149+140=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #80958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80958C is #7F6A73. Grayscale: #8D8D8D. Windows color (decimal): -8350324 or 9213312. OLE color: 9213312.

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

Color convert

RGB 128 149 140 -
CMYK 0.14 0 0.06 0.42
HSL 154.29º 0.09% 0.54% -
HSV(B) 154.29º 0.14% 0.58% -
XYZ 24.38 27.98 28.93 -
YUV 141.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 128 149 140 0.14 0 0.06 0.42 154.29 0.09 0.54
Hex 80 95 8C E 0 6 2A 9A 9 36
Octal 200 225 214 16 0 6 52 232 11 66
Binary 10000000 10010101 10001100 1110 0 110 101010 10011010 1001 110110

Color Harmonies of #80958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80958C

Black with #80958C

Text Example


Text Example

White with #80958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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