Html Css Color HEX #759B89 Granny Smith

📋 copy color: '#759B89'

red 117 ◦ green 155 ◦ blue 137

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

Shades of Granny Smith #759B89

Tints of Granny Smith #759B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.5%

R = 28.61%
G = 37.9%
B = 33.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#759B89 (or 0x759B89) is known color: Granny Smith. HEX triplet: 75, 9B and 89. RGB value is (117,155,137). Sum of RGB (Red+Green+Blue) = 117+155+137=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #759B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B89 is #8A6476. Grayscale: #8D8D8D. Windows color (decimal): -9069687 or 9018229. OLE color: 9018229.

HSL color Cylindrical-coordinate representation of color #759B89: hue angle of 151.58º 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 #759B89 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 137 -
CMYK 0.25 0 0.12 0.39
HSL 151.58º 0.16% 0.53% -
HSV(B) 151.58º 0.25% 0.61% -
XYZ 23.57 29.03 28.03 -
YUV 141.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 117 155 137 0.25 0 0.12 0.39 151.58 0.16 0.53
Hex 75 9B 89 19 0 C 27 98 10 35
Octal 165 233 211 31 0 14 47 230 20 65
Binary 1110101 10011011 10001001 11001 0 1100 100111 10011000 10000 110101

Color Harmonies of #759B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B89

Black with #759B89

Text Example


Text Example

White with #759B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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