Html Css Color HEX #759B86 Granny Smith

📋 copy color: '#759B86'

red 117 ◦ green 155 ◦ blue 134

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

Shades of Granny Smith #759B86

Tints of Granny Smith #759B86

RGB

 RED value IS 117 (46.09% from 255) = 28.82%

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 134 (52.73% from 255) = 33%

R = 28.82%
G = 38.18%
B = 33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#759B86 (or 0x759B86) is known color: Granny Smith. HEX triplet: 75, 9B and 86. RGB value is (117,155,134). Sum of RGB (Red+Green+Blue) = 117+155+134=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #759B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B86 is #8A6479. Grayscale: #8D8D8D. Windows color (decimal): -9069690 or 8821621. OLE color: 8821621.

HSL color Cylindrical-coordinate representation of color #759B86: hue angle of 146.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B86 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 134 -
CMYK 0.25 0 0.14 0.39
HSL 146.84º 0.16% 0.53% -
HSV(B) 146.84º 0.25% 0.61% -
XYZ 23.36 28.95 26.91 -
YUV 141.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 117 155 134 0.25 0 0.14 0.39 146.84 0.16 0.53
Hex 75 9B 86 19 0 E 27 93 10 35
Octal 165 233 206 31 0 16 47 223 20 65
Binary 1110101 10011011 10000110 11001 0 1110 100111 10010011 10000 110101

Color Harmonies of #759B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B86

Black with #759B86

Text Example


Text Example

White with #759B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B86; }

 p { color: rgb(117,155,134); }

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

background-color css

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

 a { background-color: rgb(117,155,134); }

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

border-color css

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

 span { border-color: rgb(117,155,134); }

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