Html Css Color HEX #85988D Granny Smith

📋 copy color: '#85988D'

red 133 ◦ green 152 ◦ blue 141

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

Shades of Granny Smith #85988D

Tints of Granny Smith #85988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 31.22%
G = 35.68%
B = 33.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#85988D (or 0x85988D) is known color: Granny Smith. HEX triplet: 85, 98 and 8D. RGB value is (133,152,141). Sum of RGB (Red+Green+Blue) = 133+152+141=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #85988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85988D is #7A6772. Grayscale: #919191. Windows color (decimal): -8021875 or 9279621. OLE color: 9279621.

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

Color convert

RGB 133 152 141 -
CMYK 0.13 0 0.07 0.40
HSL 145.26º 0.08% 0.56% -
HSV(B) 145.26º 0.13% 0.6% -
XYZ 25.71 29.37 29.51 -
YUV 145.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 133 152 141 0.13 0 0.07 0.40 145.26 0.08 0.56
Hex 85 98 8D D 0 7 28 91 8 38
Octal 205 230 215 15 0 7 50 221 10 70
Binary 10000101 10011000 10001101 1101 0 111 101000 10010001 1000 111000

Color Harmonies of #85988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85988D

Black with #85988D

Text Example


Text Example

White with #85988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85988D;
 }
 .AnyTagClassName
 {
   color: #85988D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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