Html Css Color HEX #759586 Granny Smith

📋 copy color: '#759586'

red 117 ◦ green 149 ◦ blue 134

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

Shades of Granny Smith #759586

Tints of Granny Smith #759586

RGB

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

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

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

R = 29.25%
G = 37.25%
B = 33.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#759586 (or 0x759586) is known color: Granny Smith. HEX triplet: 75, 95 and 86. RGB value is (117,149,134). Sum of RGB (Red+Green+Blue) = 117+149+134=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #759586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759586 is #8A6A79. Grayscale: #898989. Windows color (decimal): -9071226 or 8820085. OLE color: 8820085.

HSL color Cylindrical-coordinate representation of color #759586: hue angle of 151.88º 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 #759586 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 134 -
CMYK 0.21 0 0.10 0.42
HSL 151.88º 0.13% 0.52% -
HSV(B) 151.88º 0.21% 0.58% -
XYZ 22.39 27 26.59 -
YUV 137.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 117 149 134 0.21 0 0.10 0.42 151.88 0.13 0.52
Hex 75 95 86 15 0 A 2A 98 D 34
Octal 165 225 206 25 0 12 52 230 15 64
Binary 1110101 10010101 10000110 10101 0 1010 101010 10011000 1101 110100

Color Harmonies of #759586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759586

Black with #759586

Text Example


Text Example

White with #759586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759586; }

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

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

background-color css

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

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

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

border-color css

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

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

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