Html Css Color HEX #80958A Granny Smith

📋 copy color: '#80958A'

red 128 ◦ green 149 ◦ blue 138

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

Shades of Granny Smith #80958A

Tints of Granny Smith #80958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.25%

R = 30.84%
G = 35.9%
B = 33.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#80958A (or 0x80958A) is known color: Granny Smith. HEX triplet: 80, 95 and 8A. RGB value is (128,149,138). Sum of RGB (Red+Green+Blue) = 128+149+138=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #80958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80958A is #7F6A75. Grayscale: #8D8D8D. Windows color (decimal): -8350326 or 9082240. OLE color: 9082240.

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

Color convert

RGB 128 149 138 -
CMYK 0.14 0 0.07 0.42
HSL 148.57º 0.09% 0.54% -
HSV(B) 148.57º 0.14% 0.58% -
XYZ 24.24 27.92 28.16 -
YUV 141.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 128 149 138 0.14 0 0.07 0.42 148.57 0.09 0.54
Hex 80 95 8A E 0 7 2A 95 9 36
Octal 200 225 212 16 0 7 52 225 11 66
Binary 10000000 10010101 10001010 1110 0 111 101010 10010101 1001 110110

Color Harmonies of #80958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80958A

Black with #80958A

Text Example


Text Example

White with #80958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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