Html Css Color HEX #859E95 Granny Smith

📋 copy color: '#859E95'

red 133 ◦ green 158 ◦ blue 149

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

Shades of Granny Smith #859E95

Tints of Granny Smith #859E95

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 30.23%
G = 35.91%
B = 33.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#859E95 (or 0x859E95) is known color: Granny Smith. HEX triplet: 85, 9E and 95. RGB value is (133,158,149). Sum of RGB (Red+Green+Blue) = 133+158+149=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #859E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859E95 is #7A616A. Grayscale: #959595. Windows color (decimal): -8020331 or 9805445. OLE color: 9805445.

HSL color Cylindrical-coordinate representation of color #859E95: hue angle of 158.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859E95 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 158 149 -
CMYK 0.16 0 0.06 0.38
HSL 158.4º 0.11% 0.57% -
HSV(B) 158.4º 0.16% 0.62% -
XYZ 27.32 31.61 33.09 -
YUV 149.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 133 158 149 0.16 0 0.06 0.38 158.4 0.11 0.57
Hex 85 9E 95 10 0 6 26 9E B 39
Octal 205 236 225 20 0 6 46 236 13 71
Binary 10000101 10011110 10010101 10000 0 110 100110 10011110 1011 111001

Color Harmonies of #859E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E95

Black with #859E95

Text Example


Text Example

White with #859E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,158,149); }

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

background-color css

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

 a { background-color: rgb(133,158,149); }

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

border-color css

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

 span { border-color: rgb(133,158,149); }

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