#82968C

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

Shades of Granny Smith #82968C

Tints of Granny Smith #82968C

Color information

#82968C (or 0x82968C) is unknown color: approx Granny Smith. HEX triplet: 82, 96 and 8C. RGB value is (130,150,140). Sum of RGB (Red+Green+Blue) = 130+150+140=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #82968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82968C is #7D6973. Grayscale: #8E8E8E. Windows color (decimal): -8218996 or 9213570. OLE color: 9213570.

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

Color convert

RGB130150140-
CMYK0.1300.070.41
HSL150º8.7%54.9%-
HSV(B)150º13.33%58.82%-
XYZ24.8528.4528.99-
YUV142.88126.37118.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=30.95%
G=35.71%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501400.1300.070.411508.754.9
Hex82968CD072996937
Octal2022262141507512261167
Binary10000010100101101000110011010111101001100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82968C; }

 p { color: rgb(130,150,140); }

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

<style>
 a { background-color: #82968C; }

 a { background-color: rgb(130,150,140); }

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

<style>
 span { border-color: #82968C; }

 span { border-color: rgb(130,150,140); }

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