#85988E

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

Shades of Granny Smith #85988E

Tints of Granny Smith #85988E

Color information

#85988E (or 0x85988E) is unknown color: approx Granny Smith. HEX triplet: 85, 98 and 8E. RGB value is (133,152,142). Sum of RGB (Red+Green+Blue) = 133+152+142=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #85988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85988E is #7A6771. Grayscale: #919191. Windows color (decimal): -8021874 or 9345157. OLE color: 9345157.

HSL color Cylindrical-coordinate representation of color #85988E: hue angle of 148.42º 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 #85988E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB133152142-
CMYK0.1300.070.40
HSL148.42º8.44%55.88%-
HSV(B)148.42º12.5%59.61%-
XYZ25.7829.429.91-
YUV145.18126.21119.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=31.15%
G=35.60%
B=33.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521420.1300.070.40148.428.4455.88
Hex85988ED072894838
Octal2052302161507502241070
Binary10000101100110001000111011010111101000100101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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