#82978E

Color #82978E Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #82978E

Tints of Granny Smith #82978E

Color information

#82978E (or 0x82978E) is unknown color: approx Granny Smith. HEX triplet: 82, 97 and 8E. RGB value is (130,151,142). Sum of RGB (Red+Green+Blue) = 130+151+142=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #82978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82978E is #7D6871. Grayscale: #8F8F8F. Windows color (decimal): -8218738 or 9344898. OLE color: 9344898.

HSL color Cylindrical-coordinate representation of color #82978E: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #82978E is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB130151142-
CMYK0.1400.060.41
HSL154.29º9.17%55.1%-
HSV(B)154.29º13.91%59.22%-
XYZ25.1628.8329.83-
YUV143.7127.04118.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=30.73%
G=35.70%
B=33.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301511420.1400.060.41154.299.1755.1
Hex82978EE06299a937
Octal2022272161606512321167
Binary10000010100101111000111011100110101001100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,151,142); }

 H1.HeaderClassName
 {
   color: #82978E;
 }
 .AnyTagClassName
 {
   color: #82978E;
 }
</style>
background-color css

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

 a { background-color: rgb(130,151,142); }

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

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

 span { border-color: rgb(130,151,142); }

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