Html Css Color HEX #759388 Granny Smith

📋 copy color: '#759388'

red 117 ◦ green 147 ◦ blue 136

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

Shades of Granny Smith #759388

Tints of Granny Smith #759388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 29.25%
G = 36.75%
B = 34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#759388 (or 0x759388) is known color: Granny Smith. HEX triplet: 75, 93 and 88. RGB value is (117,147,136). Sum of RGB (Red+Green+Blue) = 117+147+136=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #759388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759388 is #8A6C77. Grayscale: #888888. Windows color (decimal): -9071736 or 8950645. OLE color: 8950645.

HSL color Cylindrical-coordinate representation of color #759388: hue angle of 158º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759388 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 136 -
CMYK 0.20 0 0.07 0.42
HSL 158º 0.12% 0.52% -
HSV(B) 158º 0.2% 0.58% -
XYZ 22.21 26.43 27.22 -
YUV 136.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 117 147 136 0.20 0 0.07 0.42 158 0.12 0.52
Hex 75 93 88 14 0 7 2A 9E C 34
Octal 165 223 210 24 0 7 52 236 14 64
Binary 1110101 10010011 10001000 10100 0 111 101010 10011110 1100 110100

Color Harmonies of #759388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759388

Black with #759388

Text Example


Text Example

White with #759388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759388; }

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

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

background-color css

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

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

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

border-color css

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

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

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