Html Css Color HEX #759189 Granny Smith

📋 copy color: '#759189'

red 117 ◦ green 145 ◦ blue 137

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

Shades of Granny Smith #759189

Tints of Granny Smith #759189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 29.32%
G = 36.34%
B = 34.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#759189 (or 0x759189) is known color: Granny Smith. HEX triplet: 75, 91 and 89. RGB value is (117,145,137). Sum of RGB (Red+Green+Blue) = 117+145+137=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #759189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759189 is #8A6E76. Grayscale: #878787. Windows color (decimal): -9072247 or 9015669. OLE color: 9015669.

HSL color Cylindrical-coordinate representation of color #759189: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759189 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 137 -
CMYK 0.19 0 0.06 0.43
HSL 162.86º 0.11% 0.51% -
HSV(B) 162.86º 0.19% 0.57% -
XYZ 21.98 25.84 27.5 -
YUV 135.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 117 145 137 0.19 0 0.06 0.43 162.86 0.11 0.51
Hex 75 91 89 13 0 6 2B A3 B 33
Octal 165 221 211 23 0 6 53 243 13 63
Binary 1110101 10010001 10001001 10011 0 110 101011 10100011 1011 110011

Color Harmonies of #759189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759189

Black with #759189

Text Example


Text Example

White with #759189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759189; }

 p { color: rgb(117,145,137); }

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

background-color css

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

 a { background-color: rgb(117,145,137); }

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

border-color css

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

 span { border-color: rgb(117,145,137); }

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