Html Css Color HEX #80958E Granny Smith

📋 copy color: '#80958E'

red 128 ◦ green 149 ◦ blue 142

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

Shades of Granny Smith #80958E

Tints of Granny Smith #80958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 30.55%
G = 35.56%
B = 33.89%

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

#80958E (or 0x80958E) is known color: Granny Smith. HEX triplet: 80, 95 and 8E. RGB value is (128,149,142). Sum of RGB (Red+Green+Blue) = 128+149+142=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #80958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80958E is #7F6A71. Grayscale: #8D8D8D. Windows color (decimal): -8350322 or 9344384. OLE color: 9344384.

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

Color convert

RGB 128 149 142 -
CMYK 0.14 0 0.05 0.42
HSL 160º 0.09% 0.54% -
HSV(B) 160º 0.14% 0.58% -
XYZ 24.53 28.04 29.71 -
YUV 141.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 128 149 142 0.14 0 0.05 0.42 160 0.09 0.54
Hex 80 95 8E E 0 5 2A A0 9 36
Octal 200 225 216 16 0 5 52 240 11 66
Binary 10000000 10010101 10001110 1110 0 101 101010 10100000 1001 110110

Color Harmonies of #80958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80958E

Black with #80958E

Text Example


Text Example

White with #80958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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