#85938E

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

Shades of Granny Smith #85938E

Tints of Granny Smith #85938E

Color information

#85938E (or 0x85938E) is unknown color: approx Granny Smith. HEX triplet: 85, 93 and 8E. RGB value is (133,147,142). Sum of RGB (Red+Green+Blue) = 133+147+142=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #85938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85938E is #7A6C71. Grayscale: #8E8E8E. Windows color (decimal): -8023154 or 9343877. OLE color: 9343877.

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

Color convert

RGB133147142-
CMYK0.1000.030.42
HSL158.57º6.09%54.9%-
HSV(B)158.57º9.52%57.65%-
XYZ24.9927.8129.64-
YUV142.24127.86121.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=31.52%
G=34.83%
B=33.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471420.1000.030.42158.576.0954.9
Hex85938EA032A9f637
Octal205223216120352237667
Binary100001011001001110001110101001110101010011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85938E; }

 p { color: rgb(133,147,142); }

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

<style>
 a { background-color: #85938E; }

 a { background-color: rgb(133,147,142); }

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

<style>
 span { border-color: #85938E; }

 span { border-color: rgb(133,147,142); }

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