#82968F

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

Shades of Granny Smith #82968F

Tints of Granny Smith #82968F

Color information

#82968F (or 0x82968F) is unknown color: approx Granny Smith. HEX triplet: 82, 96 and 8F. RGB value is (130,150,143). Sum of RGB (Red+Green+Blue) = 130+150+143=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #82968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82968F is #7D6970. Grayscale: #8F8F8F. Windows color (decimal): -8218993 or 9410178. OLE color: 9410178.

HSL color Cylindrical-coordinate representation of color #82968F: hue angle of 159º 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 #82968F is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB130150143-
CMYK0.1300.050.41
HSL159º8.7%54.9%-
HSV(B)159º13.33%58.82%-
XYZ25.0728.5430.17-
YUV143.22127.87118.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=30.73%
G=35.46%
B=33.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501430.1300.050.411598.754.9
Hex82968FD05299f937
Octal2022262171505512371167
Binary10000010100101101000111111010101101001100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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