Html Css Color HEX #759688 Granny Smith

📋 copy color: '#759688'

red 117 ◦ green 150 ◦ blue 136

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

Shades of Granny Smith #759688

Tints of Granny Smith #759688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.22%

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

R = 29.03%
G = 37.22%
B = 33.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#759688 (or 0x759688) is known color: Granny Smith. HEX triplet: 75, 96 and 88. RGB value is (117,150,136). Sum of RGB (Red+Green+Blue) = 117+150+136=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #759688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759688 is #8A6977. Grayscale: #8A8A8A. Windows color (decimal): -9070968 or 8951413. OLE color: 8951413.

HSL color Cylindrical-coordinate representation of color #759688: hue angle of 154.55º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #759688 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 136 -
CMYK 0.22 0 0.09 0.41
HSL 154.55º 0.14% 0.52% -
HSV(B) 154.55º 0.22% 0.59% -
XYZ 22.69 27.37 27.38 -
YUV 138.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 117 150 136 0.22 0 0.09 0.41 154.55 0.14 0.52
Hex 75 96 88 16 0 9 29 9B E 34
Octal 165 226 210 26 0 11 51 233 16 64
Binary 1110101 10010110 10001000 10110 0 1001 101001 10011011 1110 110100

Color Harmonies of #759688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759688

Black with #759688

Text Example


Text Example

White with #759688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759688; }

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

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

background-color css

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

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

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

border-color css

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

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

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