#85948B

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

Shades of Granny Smith #85948B

Tints of Granny Smith #85948B

Color information

#85948B (or 0x85948B) is unknown color: approx Granny Smith. HEX triplet: 85, 94 and 8B. RGB value is (133,148,139). Sum of RGB (Red+Green+Blue) = 133+148+139=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #85948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85948B is #7A6B74. Grayscale: #8E8E8E. Windows color (decimal): -8022901 or 9147525. OLE color: 9147525.

HSL color Cylindrical-coordinate representation of color #85948B: hue angle of 144º 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 #85948B is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB133148139-
CMYK0.1000.060.42
HSL144º6.55%55.1%-
HSV(B)144º10.14%58.04%-
XYZ24.9228.0328.52-
YUV142.49126.03121.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=31.67%
G=35.24%
B=33.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481390.1000.060.421446.5555.1
Hex85948BA062A90737
Octal205224213120652220767
Binary1000010110010100100010111010011010101010010000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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