#85998F

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

Shades of Granny Smith #85998F

Tints of Granny Smith #85998F

Color information

#85998F (or 0x85998F) is unknown color: approx Granny Smith. HEX triplet: 85, 99 and 8F. RGB value is (133,153,143). Sum of RGB (Red+Green+Blue) = 133+153+143=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #85998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85998F is #7A6670. Grayscale: #919191. Windows color (decimal): -8021617 or 9410949. OLE color: 9410949.

HSL color Cylindrical-coordinate representation of color #85998F: hue angle of 150º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85998F is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB133153143-
CMYK0.1300.070.4
HSL150º8.93%56.08%-
HSV(B)150º13.07%60%-
XYZ26.0229.7530.36-
YUV145.88126.37118.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=31.00%
G=35.66%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531430.1300.070.41508.9356.08
Hex85998FD072896938
Octal2052312171507502261170
Binary10000101100110011000111111010111101000100101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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