#85988F

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

Shades of Granny Smith #85988F

Tints of Granny Smith #85988F

Color information

#85988F (or 0x85988F) is unknown color: approx Granny Smith. HEX triplet: 85, 98 and 8F. RGB value is (133,152,143). Sum of RGB (Red+Green+Blue) = 133+152+143=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #85988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85988F is #7A6770. Grayscale: #919191. Windows color (decimal): -8021873 or 9410693. OLE color: 9410693.

HSL color Cylindrical-coordinate representation of color #85988F: hue angle of 151.58º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85988F is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB133152143-
CMYK0.1300.060.40
HSL151.58º8.44%55.88%-
HSV(B)151.58º12.5%59.61%-
XYZ25.8629.4330.3-
YUV145.29126.71119.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=31.07%
G=35.51%
B=33.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521430.1300.060.40151.588.4455.88
Hex85988FD062898838
Octal2052302171506502301070
Binary10000101100110001000111111010110101000100110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85988F; }

 p { color: rgb(133,152,143); }

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

<style>
 a { background-color: #85988F; }

 a { background-color: rgb(133,152,143); }

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

<style>
 span { border-color: #85988F; }

 span { border-color: rgb(133,152,143); }

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