Html Css Color HEX #759188 Granny Smith

📋 copy color: '#759188'

red 117 ◦ green 145 ◦ blue 136

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

Shades of Granny Smith #759188

Tints of Granny Smith #759188

RGB

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

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

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

R = 29.4%
G = 36.43%
B = 34.17%

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

#759188 (or 0x759188) is known color: Granny Smith. HEX triplet: 75, 91 and 88. RGB value is (117,145,136). Sum of RGB (Red+Green+Blue) = 117+145+136=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #759188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759188 is #8A6E77. Grayscale: #878787. Windows color (decimal): -9072248 or 8950133. OLE color: 8950133.

HSL color Cylindrical-coordinate representation of color #759188: hue angle of 160.71º 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 #759188 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 136 -
CMYK 0.19 0 0.06 0.43
HSL 160.71º 0.11% 0.51% -
HSV(B) 160.71º 0.19% 0.57% -
XYZ 21.91 25.81 27.12 -
YUV 135.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 117 145 136 0.19 0 0.06 0.43 160.71 0.11 0.51
Hex 75 91 88 13 0 6 2B A1 B 33
Octal 165 221 210 23 0 6 53 241 13 63
Binary 1110101 10010001 10001000 10011 0 110 101011 10100001 1011 110011

Color Harmonies of #759188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759188

Black with #759188

Text Example


Text Example

White with #759188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759188; }

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

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

background-color css

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

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

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

border-color css

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

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

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