Html Css Color HEX #859A94 Granny Smith

📋 copy color: '#859A94'

red 133 ◦ green 154 ◦ blue 148

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

Shades of Granny Smith #859A94

Tints of Granny Smith #859A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.4%

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 30.57%
G = 35.4%
B = 34.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#859A94 (or 0x859A94) is known color: Granny Smith. HEX triplet: 85, 9A and 94. RGB value is (133,154,148). Sum of RGB (Red+Green+Blue) = 133+154+148=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 154 - color contains mainly: green. Hex color #859A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859A94 is #7A656B. Grayscale: #939393. Windows color (decimal): -8021356 or 9738885. OLE color: 9738885.

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

Color convert

RGB 133 154 148 -
CMYK 0.14 0 0.04 0.40
HSL 162.86º 0.09% 0.56% -
HSV(B) 162.86º 0.14% 0.6% -
XYZ 26.57 30.24 32.45 -
YUV 147.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 133 154 148 0.14 0 0.04 0.40 162.86 0.09 0.56
Hex 85 9A 94 E 0 4 28 A3 9 38
Octal 205 232 224 16 0 4 50 243 11 70
Binary 10000101 10011010 10010100 1110 0 100 101000 10100011 1001 111000

Color Harmonies of #859A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A94

Black with #859A94

Text Example


Text Example

White with #859A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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