Html Css Color HEX #85958F Granny Smith

📋 copy color: '#85958F'

red 133 ◦ green 149 ◦ blue 143

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

Shades of Granny Smith #85958F

Tints of Granny Smith #85958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

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

R = 31.29%
G = 35.06%
B = 33.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#85958F (or 0x85958F) is known color: Granny Smith. HEX triplet: 85, 95 and 8F. RGB value is (133,149,143). Sum of RGB (Red+Green+Blue) = 133+149+143=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #85958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85958F is #7A6A70. Grayscale: #8F8F8F. Windows color (decimal): -8022641 or 9409925. OLE color: 9409925.

HSL color Cylindrical-coordinate representation of color #85958F: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85958F is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 149 143 -
CMYK 0.11 0 0.04 0.42
HSL 157.5º 0.07% 0.55% -
HSV(B) 157.5º 0.11% 0.58% -
XYZ 25.38 28.46 30.14 -
YUV 143.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 133 149 143 0.11 0 0.04 0.42 157.5 0.07 0.55
Hex 85 95 8F B 0 4 2A 9E 7 37
Octal 205 225 217 13 0 4 52 236 7 67
Binary 10000101 10010101 10001111 1011 0 100 101010 10011110 111 110111

Color Harmonies of #85958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85958F

Black with #85958F

Text Example


Text Example

White with #85958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85958F;
 }
 .AnyTagClassName
 {
   color: #85958F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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