Html Css Color HEX #85958E Granny Smith

📋 copy color: '#85958E'

red 133 ◦ green 149 ◦ blue 142

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

Shades of Granny Smith #85958E

Tints of Granny Smith #85958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 31.37%
G = 35.14%
B = 33.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#85958E (or 0x85958E) is known color: Granny Smith. HEX triplet: 85, 95 and 8E. RGB value is (133,149,142). Sum of RGB (Red+Green+Blue) = 133+149+142=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #85958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85958E is #7A6A71. Grayscale: #8F8F8F. Windows color (decimal): -8022642 or 9344389. OLE color: 9344389.

HSL color Cylindrical-coordinate representation of color #85958E: hue angle of 153.75º 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 #85958E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 149 142 -
CMYK 0.11 0 0.05 0.42
HSL 153.75º 0.07% 0.55% -
HSV(B) 153.75º 0.11% 0.58% -
XYZ 25.3 28.43 29.75 -
YUV 143.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 133 149 142 0.11 0 0.05 0.42 153.75 0.07 0.55
Hex 85 95 8E B 0 5 2A 9A 7 37
Octal 205 225 216 13 0 5 52 232 7 67
Binary 10000101 10010101 10001110 1011 0 101 101010 10011010 111 110111

Color Harmonies of #85958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85958E

Black with #85958E

Text Example


Text Example

White with #85958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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