Html Css Color HEX #759587 Granny Smith

📋 copy color: '#759587'

red 117 ◦ green 149 ◦ blue 135

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

Shades of Granny Smith #759587

Tints of Granny Smith #759587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 29.18%
G = 37.16%
B = 33.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#759587 (or 0x759587) is known color: Granny Smith. HEX triplet: 75, 95 and 87. RGB value is (117,149,135). Sum of RGB (Red+Green+Blue) = 117+149+135=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #759587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759587 is #8A6A78. Grayscale: #898989. Windows color (decimal): -9071225 or 8885621. OLE color: 8885621.

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

Color convert

RGB 117 149 135 -
CMYK 0.21 0 0.09 0.42
HSL 153.75º 0.13% 0.52% -
HSV(B) 153.75º 0.21% 0.58% -
XYZ 22.46 27.03 26.95 -
YUV 137.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 117 149 135 0.21 0 0.09 0.42 153.75 0.13 0.52
Hex 75 95 87 15 0 9 2A 9A D 34
Octal 165 225 207 25 0 11 52 232 15 64
Binary 1110101 10010101 10000111 10101 0 1001 101010 10011010 1101 110100

Color Harmonies of #759587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759587

Black with #759587

Text Example


Text Example

White with #759587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759587; }

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

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

background-color css

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

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

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

border-color css

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

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

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