Html Css Color HEX #759486 Granny Smith

📋 copy color: '#759486'

red 117 ◦ green 148 ◦ blue 134

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

Shades of Granny Smith #759486

Tints of Granny Smith #759486

RGB

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

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

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

R = 29.32%
G = 37.09%
B = 33.58%

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

#759486 (or 0x759486) is known color: Granny Smith. HEX triplet: 75, 94 and 86. RGB value is (117,148,134). Sum of RGB (Red+Green+Blue) = 117+148+134=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #759486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759486 is #8A6B79. Grayscale: #898989. Windows color (decimal): -9071482 or 8819829. OLE color: 8819829.

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

Color convert

RGB 117 148 134 -
CMYK 0.21 0 0.09 0.42
HSL 152.9º 0.13% 0.52% -
HSV(B) 152.9º 0.21% 0.58% -
XYZ 22.23 26.68 26.53 -
YUV 137.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 117 148 134 0.21 0 0.09 0.42 152.9 0.13 0.52
Hex 75 94 86 15 0 9 2A 99 D 34
Octal 165 224 206 25 0 11 52 231 15 64
Binary 1110101 10010100 10000110 10101 0 1001 101010 10011001 1101 110100

Color Harmonies of #759486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759486

Black with #759486

Text Example


Text Example

White with #759486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759486; }

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

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

background-color css

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

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

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

border-color css

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

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

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