Html Css Color HEX #858C89 Granny Smith

📋 copy color: '#858C89'

red 133 ◦ green 140 ◦ blue 137

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

Shades of Granny Smith #858C89

Tints of Granny Smith #858C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 32.44%
G = 34.15%
B = 33.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#858C89 (or 0x858C89) is known color: Granny Smith. HEX triplet: 85, 8C and 89. RGB value is (133,140,137). Sum of RGB (Red+Green+Blue) = 133+140+137=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 140 - color contains mainly: green. Hex color #858C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C89 is #7A7376. Grayscale: #898989. Windows color (decimal): -8024951 or 9014405. OLE color: 9014405.

HSL color Cylindrical-coordinate representation of color #858C89: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #858C89 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 137 -
CMYK 0.05 0 0.02 0.45
HSL 154.29º 0.03% 0.54% -
HSV(B) 154.29º 0.05% 0.55% -
XYZ 23.57 25.55 27.36 -
YUV 137.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 133 140 137 0.05 0 0.02 0.45 154.29 0.03 0.54
Hex 85 8C 89 5 0 2 2D 9A 3 36
Octal 205 214 211 5 0 2 55 232 3 66
Binary 10000101 10001100 10001001 101 0 10 101101 10011010 11 110110

Color Harmonies of #858C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C89

Black with #858C89

Text Example


Text Example

White with #858C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858C89; }

 p { color: rgb(133,140,137); }

 H1.HeaderClassName
 {
   color: #858C89;
 }
 .AnyTagClassName
 {
   color: #858C89;
 }
</style>

background-color css

<style>
 a { background-color: #858C89; }

 a { background-color: rgb(133,140,137); }

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

border-color css

<style>
 span { border-color: #858C89; }

 span { border-color: rgb(133,140,137); }

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