Html Css Color HEX #759588 Granny Smith

📋 copy color: '#759588'

red 117 ◦ green 149 ◦ blue 136

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

Shades of Granny Smith #759588

Tints of Granny Smith #759588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 29.1%
G = 37.06%
B = 33.83%

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

#759588 (or 0x759588) is known color: Granny Smith. HEX triplet: 75, 95 and 88. RGB value is (117,149,136). Sum of RGB (Red+Green+Blue) = 117+149+136=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #759588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759588 is #8A6A77. Grayscale: #898989. Windows color (decimal): -9071224 or 8951157. OLE color: 8951157.

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

Color convert

RGB 117 149 136 -
CMYK 0.21 0 0.09 0.42
HSL 155.63º 0.13% 0.52% -
HSV(B) 155.63º 0.21% 0.58% -
XYZ 22.53 27.05 27.33 -
YUV 137.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 117 149 136 0.21 0 0.09 0.42 155.63 0.13 0.52
Hex 75 95 88 15 0 9 2A 9C D 34
Octal 165 225 210 25 0 11 52 234 15 64
Binary 1110101 10010101 10001000 10101 0 1001 101010 10011100 1101 110100

Color Harmonies of #759588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759588

Black with #759588

Text Example


Text Example

White with #759588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759588; }

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

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

background-color css

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

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

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

border-color css

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

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

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