Html Css Color HEX #859C90 Granny Smith

📋 copy color: '#859C90'

red 133 ◦ green 156 ◦ blue 144

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

Shades of Granny Smith #859C90

Tints of Granny Smith #859C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.03%

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

R = 30.72%
G = 36.03%
B = 33.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#859C90 (or 0x859C90) is known color: Granny Smith. HEX triplet: 85, 9C and 90. RGB value is (133,156,144). Sum of RGB (Red+Green+Blue) = 133+156+144=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #859C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C90 is #7A636F. Grayscale: #939393. Windows color (decimal): -8020848 or 9477253. OLE color: 9477253.

HSL color Cylindrical-coordinate representation of color #859C90: hue angle of 148.7º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C90 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 156 144 -
CMYK 0.15 0 0.08 0.39
HSL 148.7º 0.1% 0.57% -
HSV(B) 148.7º 0.15% 0.61% -
XYZ 26.6 30.78 30.92 -
YUV 147.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 133 156 144 0.15 0 0.08 0.39 148.7 0.1 0.57
Hex 85 9C 90 F 0 8 27 95 A 39
Octal 205 234 220 17 0 10 47 225 12 71
Binary 10000101 10011100 10010000 1111 0 1000 100111 10010101 1010 111001

Color Harmonies of #859C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C90

Black with #859C90

Text Example


Text Example

White with #859C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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