Html Css Color HEX #859390 Granny Smith

📋 copy color: '#859390'

red 133 ◦ green 147 ◦ blue 144

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

Shades of Granny Smith #859390

Tints of Granny Smith #859390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

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

R = 31.37%
G = 34.67%
B = 33.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#859390 (or 0x859390) is known color: Granny Smith. HEX triplet: 85, 93 and 90. RGB value is (133,147,144). Sum of RGB (Red+Green+Blue) = 133+147+144=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #859390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859390 is #7A6C6F. Grayscale: #8E8E8E. Windows color (decimal): -8023152 or 9474949. OLE color: 9474949.

HSL color Cylindrical-coordinate representation of color #859390: hue angle of 167.14º degrees, saturation: 0.06, 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 #859390 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 144 -
CMYK 0.10 0 0.02 0.42
HSL 167.14º 0.06% 0.55% -
HSV(B) 167.14º 0.1% 0.58% -
XYZ 25.14 27.87 30.44 -
YUV 142.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 133 147 144 0.10 0 0.02 0.42 167.14 0.06 0.55
Hex 85 93 90 A 0 2 2A A7 6 37
Octal 205 223 220 12 0 2 52 247 6 67
Binary 10000101 10010011 10010000 1010 0 10 101010 10100111 110 110111

Color Harmonies of #859390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859390

Black with #859390

Text Example


Text Example

White with #859390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859390; }

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

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

background-color css

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

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

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

border-color css

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

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

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