Html Css Color HEX #85988F Granny Smith

📋 copy color: '#85988F'

red 133 ◦ green 152 ◦ blue 143

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

Shades of Granny Smith #85988F

Tints of Granny Smith #85988F

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 value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

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

RGB 133 152 143 -
CMYK 0.13 0 0.06 0.40
HSL 151.58º 0.08% 0.56% -
HSV(B) 151.58º 0.13% 0.6% -
XYZ 25.86 29.43 30.3 -
YUV 145.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 133 152 143 0.13 0 0.06 0.40 151.58 0.08 0.56
Hex 85 98 8F D 0 6 28 98 8 38
Octal 205 230 217 15 0 6 50 230 10 70
Binary 10000101 10011000 10001111 1101 0 110 101000 10011000 1000 111000

Color Harmonies of #85988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85988F

Black with #85988F

Text Example


Text Example

White with #85988F

Text Example


Text Example

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