#828F87

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

Shades of Granny Smith #828F87

Tints of Granny Smith #828F87

Color information

#828F87 (or 0x828F87) is unknown color: approx Granny Smith. HEX triplet: 82, 8F and 87. RGB value is (130,143,135). Sum of RGB (Red+Green+Blue) = 130+143+135=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 143 - color contains mainly: green. Hex color #828F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F87 is #7D7078. Grayscale: #8A8A8A. Windows color (decimal): -8220793 or 8884098. OLE color: 8884098.

HSL color Cylindrical-coordinate representation of color #828F87: hue angle of 143.08º 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 #828F87 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB130143135-
CMYK0.0900.060.44
HSL143.08º5.49%53.53%-
HSV(B)143.08º9.09%56.08%-
XYZ23.426.1426.73-
YUV138.2126.19122.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=31.86%
G=35.05%
B=33.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301431350.0900.060.44143.085.4953.53
Hex828F879062C8f536
Octal202217207110654217566
Binary1000001010001111100001111001011010110010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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