Html Css Color HEX #759589 Granny Smith

📋 copy color: '#759589'

red 117 ◦ green 149 ◦ blue 137

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

Shades of Granny Smith #759589

Tints of Granny Smith #759589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 29.03%
G = 36.97%
B = 34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#759589 (or 0x759589) is known color: Granny Smith. HEX triplet: 75, 95 and 89. RGB value is (117,149,137). Sum of RGB (Red+Green+Blue) = 117+149+137=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #759589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759589 is #8A6A76. Grayscale: #8A8A8A. Windows color (decimal): -9071223 or 9016693. OLE color: 9016693.

HSL color Cylindrical-coordinate representation of color #759589: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759589 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 137 -
CMYK 0.21 0 0.08 0.42
HSL 157.5º 0.13% 0.52% -
HSV(B) 157.5º 0.21% 0.58% -
XYZ 22.6 27.08 27.7 -
YUV 138.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 117 149 137 0.21 0 0.08 0.42 157.5 0.13 0.52
Hex 75 95 89 15 0 8 2A 9E D 34
Octal 165 225 211 25 0 10 52 236 15 64
Binary 1110101 10010101 10001001 10101 0 1000 101010 10011110 1101 110100

Color Harmonies of #759589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759589

Black with #759589

Text Example


Text Example

White with #759589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759589; }

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

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

background-color css

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

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

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

border-color css

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

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

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