#82978B

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

Shades of Granny Smith #82978B

Tints of Granny Smith #82978B

Color information

#82978B (or 0x82978B) is unknown color: approx Granny Smith. HEX triplet: 82, 97 and 8B. RGB value is (130,151,139). Sum of RGB (Red+Green+Blue) = 130+151+139=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 151 - color contains mainly: green. Hex color #82978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82978B is #7D6874. Grayscale: #8F8F8F. Windows color (decimal): -8218741 or 9148290. OLE color: 9148290.

HSL color Cylindrical-coordinate representation of color #82978B: hue angle of 145.71º 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 #82978B is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB130151139-
CMYK0.1400.080.41
HSL145.71º9.17%55.1%-
HSV(B)145.71º13.91%59.22%-
XYZ24.9328.7428.66-
YUV143.35125.54118.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=30.95%
G=35.95%
B=33.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301511390.1400.080.41145.719.1755.1
Hex82978BE082992937
Octal20222721316010512221167
Binary100000101001011110001011111001000101001100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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