Html Css Color HEX #759488 Granny Smith

📋 copy color: '#759488'

red 117 ◦ green 148 ◦ blue 136

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

Shades of Granny Smith #759488

Tints of Granny Smith #759488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 29.18%
G = 36.91%
B = 33.92%

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

#759488 (or 0x759488) is known color: Granny Smith. HEX triplet: 75, 94 and 88. RGB value is (117,148,136). Sum of RGB (Red+Green+Blue) = 117+148+136=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #759488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759488 is #8A6B77. Grayscale: #898989. Windows color (decimal): -9071480 or 8950901. OLE color: 8950901.

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

Color convert

RGB 117 148 136 -
CMYK 0.21 0 0.08 0.42
HSL 156.77º 0.13% 0.52% -
HSV(B) 156.77º 0.21% 0.58% -
XYZ 22.37 26.74 27.27 -
YUV 137.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 117 148 136 0.21 0 0.08 0.42 156.77 0.13 0.52
Hex 75 94 88 15 0 8 2A 9D D 34
Octal 165 224 210 25 0 10 52 235 15 64
Binary 1110101 10010100 10001000 10101 0 1000 101010 10011101 1101 110100

Color Harmonies of #759488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759488

Black with #759488

Text Example


Text Example

White with #759488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759488; }

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

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

background-color css

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

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

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

border-color css

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

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

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