Html Css Color HEX #85998F Granny Smith

📋 copy color: '#85998F'

red 133 ◦ green 153 ◦ blue 143

#85998F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #85998F

Tints of Granny Smith #85998F

RGB

 RED value IS 133 (52.34% from 255) = 31%

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 31%
G = 35.66%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#85998F (or 0x85998F) is known color: 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

RGB 133 153 143 -
CMYK 0.13 0 0.07 0.4
HSL 150º 0.09% 0.56% -
HSV(B) 150º 0.13% 0.6% -
XYZ 26.02 29.75 30.36 -
YUV 145.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 133 153 143 0.13 0 0.07 0.4 150 0.09 0.56
Hex 85 99 8F D 0 7 28 96 9 38
Octal 205 231 217 15 0 7 50 226 11 70
Binary 10000101 10011001 10001111 1101 0 111 101000 10010110 1001 111000

Color Harmonies of #85998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85998F

Black with #85998F

Text Example


Text Example

White with #85998F

Text Example


Text Example

HTML Codes & Css Web 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>