Html Css Color HEX #859490 Granny Smith

📋 copy color: '#859490'

red 133 ◦ green 148 ◦ blue 144

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

Shades of Granny Smith #859490

Tints of Granny Smith #859490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.82%

 BLUE value IS 144 (56.64% from 255) = 33.88%

R = 31.29%
G = 34.82%
B = 33.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#859490 (or 0x859490) is known color: Granny Smith. HEX triplet: 85, 94 and 90. RGB value is (133,148,144). Sum of RGB (Red+Green+Blue) = 133+148+144=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #859490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859490 is #7A6B6F. Grayscale: #8F8F8F. Windows color (decimal): -8022896 or 9475205. OLE color: 9475205.

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

Color convert

RGB 133 148 144 -
CMYK 0.10 0 0.03 0.42
HSL 164º 0.07% 0.55% -
HSV(B) 164º 0.1% 0.58% -
XYZ 25.3 28.18 30.49 -
YUV 143.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 133 148 144 0.10 0 0.03 0.42 164 0.07 0.55
Hex 85 94 90 A 0 3 2A A4 7 37
Octal 205 224 220 12 0 3 52 244 7 67
Binary 10000101 10010100 10010000 1010 0 11 101010 10100100 111 110111

Color Harmonies of #859490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859490

Black with #859490

Text Example


Text Example

White with #859490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859490; }

 p { color: rgb(133,148,144); }

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

background-color css

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

 a { background-color: rgb(133,148,144); }

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

border-color css

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

 span { border-color: rgb(133,148,144); }

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