Html Css Color HEX #80928E Granny Smith

📋 copy color: '#80928E'

red 128 ◦ green 146 ◦ blue 142

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

Shades of Granny Smith #80928E

Tints of Granny Smith #80928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 30.77%
G = 35.1%
B = 34.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#80928E (or 0x80928E) is known color: Granny Smith. HEX triplet: 80, 92 and 8E. RGB value is (128,146,142). Sum of RGB (Red+Green+Blue) = 128+146+142=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 146 - color contains mainly: green. Hex color #80928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80928E is #7F6D71. Grayscale: #8C8C8C. Windows color (decimal): -8351090 or 9343616. OLE color: 9343616.

HSL color Cylindrical-coordinate representation of color #80928E: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #80928E is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 142 -
CMYK 0.12 0 0.03 0.43
HSL 166.67º 0.08% 0.54% -
HSV(B) 166.67º 0.12% 0.57% -
XYZ 24.06 27.1 29.55 -
YUV 140.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 128 146 142 0.12 0 0.03 0.43 166.67 0.08 0.54
Hex 80 92 8E C 0 3 2B A7 8 36
Octal 200 222 216 14 0 3 53 247 10 66
Binary 10000000 10010010 10001110 1100 0 11 101011 10100111 1000 110110

Color Harmonies of #80928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80928E

Black with #80928E

Text Example


Text Example

White with #80928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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