#85948D

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

Shades of Granny Smith #85948D

Tints of Granny Smith #85948D

Color information

#85948D (or 0x85948D) is unknown color: approx Granny Smith. HEX triplet: 85, 94 and 8D. RGB value is (133,148,141). Sum of RGB (Red+Green+Blue) = 133+148+141=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #85948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85948D is #7A6B72. Grayscale: #8E8E8E. Windows color (decimal): -8022899 or 9278597. OLE color: 9278597.

HSL color Cylindrical-coordinate representation of color #85948D: hue angle of 152º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85948D is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB133148141-
CMYK0.1000.050.42
HSL152º6.55%55.1%-
HSV(B)152º10.14%58.04%-
XYZ25.0728.0929.3-
YUV142.72127.03121.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=31.52%
G=35.07%
B=33.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481410.1000.050.421526.5555.1
Hex85948DA052A98737
Octal205224215120552230767
Binary1000010110010100100011011010010110101010011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85948D; }

 p { color: rgb(133,148,141); }

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

<style>
 a { background-color: #85948D; }

 a { background-color: rgb(133,148,141); }

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

<style>
 span { border-color: #85948D; }

 span { border-color: rgb(133,148,141); }

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