Html Css Color HEX #759686 Granny Smith

📋 copy color: '#759686'

red 117 ◦ green 150 ◦ blue 134

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

Shades of Granny Smith #759686

Tints of Granny Smith #759686

RGB

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

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

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

R = 29.18%
G = 37.41%
B = 33.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#759686 (or 0x759686) is known color: Granny Smith. HEX triplet: 75, 96 and 86. RGB value is (117,150,134). Sum of RGB (Red+Green+Blue) = 117+150+134=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #759686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759686 is #8A6979. Grayscale: #8A8A8A. Windows color (decimal): -9070970 or 8820341. OLE color: 8820341.

HSL color Cylindrical-coordinate representation of color #759686: hue angle of 150.91º 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 #759686 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 134 -
CMYK 0.22 0 0.11 0.41
HSL 150.91º 0.14% 0.52% -
HSV(B) 150.91º 0.22% 0.59% -
XYZ 22.55 27.32 26.64 -
YUV 138.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 117 150 134 0.22 0 0.11 0.41 150.91 0.14 0.52
Hex 75 96 86 16 0 B 29 97 E 34
Octal 165 226 206 26 0 13 51 227 16 64
Binary 1110101 10010110 10000110 10110 0 1011 101001 10010111 1110 110100

Color Harmonies of #759686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759686

Black with #759686

Text Example


Text Example

White with #759686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759686; }

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

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

background-color css

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

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

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

border-color css

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

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

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