#828F8C

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

Shades of Granny Smith #828F8C

Tints of Granny Smith #828F8C

Color information

#828F8C (or 0x828F8C) is unknown color: approx Granny Smith. HEX triplet: 82, 8F and 8C. RGB value is (130,143,140). Sum of RGB (Red+Green+Blue) = 130+143+140=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 143 - color contains mainly: green. Hex color #828F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F8C is #7D7073. Grayscale: #8A8A8A. Windows color (decimal): -8220788 or 9211778. OLE color: 9211778.

HSL color Cylindrical-coordinate representation of color #828F8C: hue angle of 166.15º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #828F8C is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB130143140-
CMYK0.0900.020.44
HSL166.15º5.49%53.53%-
HSV(B)166.15º9.09%56.08%-
XYZ23.7626.2828.63-
YUV138.77128.69121.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=31.48%
G=34.62%
B=33.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301431400.0900.020.44166.155.4953.53
Hex828F8C9022Ca6536
Octal202217214110254246566
Binary100000101000111110001100100101010110010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828F8C; }

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

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

<style>
 a { background-color: #828F8C; }

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

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

<style>
 span { border-color: #828F8C; }

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

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