Html Css Color HEX #859993 Granny Smith

📋 copy color: '#859993'

red 133 ◦ green 153 ◦ blue 147

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

Shades of Granny Smith #859993

Tints of Granny Smith #859993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.33%

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 30.72%
G = 35.33%
B = 33.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#859993 (or 0x859993) is known color: Granny Smith. HEX triplet: 85, 99 and 93. RGB value is (133,153,147). Sum of RGB (Red+Green+Blue) = 133+153+147=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #859993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859993 is #7A666C. Grayscale: #929292. Windows color (decimal): -8021613 or 9673093. OLE color: 9673093.

HSL color Cylindrical-coordinate representation of color #859993: hue angle of 162º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859993 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 147 -
CMYK 0.13 0 0.04 0.4
HSL 162º 0.09% 0.56% -
HSV(B) 162º 0.13% 0.6% -
XYZ 26.33 29.88 31.98 -
YUV 146.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 133 153 147 0.13 0 0.04 0.4 162 0.09 0.56
Hex 85 99 93 D 0 4 28 A2 9 38
Octal 205 231 223 15 0 4 50 242 11 70
Binary 10000101 10011001 10010011 1101 0 100 101000 10100010 1001 111000

Color Harmonies of #859993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859993

Black with #859993

Text Example


Text Example

White with #859993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859993; }

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

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

background-color css

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

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

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

border-color css

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

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

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