#82958A

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

Shades of Granny Smith #82958A

Tints of Granny Smith #82958A

Color information

#82958A (or 0x82958A) is unknown color: approx Granny Smith. HEX triplet: 82, 95 and 8A. RGB value is (130,149,138). Sum of RGB (Red+Green+Blue) = 130+149+138=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #82958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82958A is #7D6A75. Grayscale: #8E8E8E. Windows color (decimal): -8219254 or 9082242. OLE color: 9082242.

HSL color Cylindrical-coordinate representation of color #82958A: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #82958A is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB130149138-
CMYK0.1300.070.42
HSL145.26º8.23%54.71%-
HSV(B)145.26º12.75%58.43%-
XYZ24.5428.0828.17-
YUV142.06125.71119.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=31.18%
G=35.73%
B=33.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491380.1300.070.42145.268.2354.71
Hex82958AD072A91837
Octal2022252121507522211067
Binary10000010100101011000101011010111101010100100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82958A; }

 p { color: rgb(130,149,138); }

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

<style>
 a { background-color: #82958A; }

 a { background-color: rgb(130,149,138); }

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

<style>
 span { border-color: #82958A; }

 span { border-color: rgb(130,149,138); }

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