Html Css Color HEX #759184 Granny Smith

📋 copy color: '#759184'

red 117 ◦ green 145 ◦ blue 132

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

Shades of Granny Smith #759184

Tints of Granny Smith #759184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 29.7%
G = 36.8%
B = 33.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#759184 (or 0x759184) is known color: Granny Smith. HEX triplet: 75, 91 and 84. RGB value is (117,145,132). Sum of RGB (Red+Green+Blue) = 117+145+132=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #759184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759184 is #8A6E7B. Grayscale: #878787. Windows color (decimal): -9072252 or 8687989. OLE color: 8687989.

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

Color convert

RGB 117 145 132 -
CMYK 0.19 0 0.09 0.43
HSL 152.14º 0.11% 0.51% -
HSV(B) 152.14º 0.19% 0.57% -
XYZ 21.63 25.7 25.65 -
YUV 135.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 117 145 132 0.19 0 0.09 0.43 152.14 0.11 0.51
Hex 75 91 84 13 0 9 2B 98 B 33
Octal 165 221 204 23 0 11 53 230 13 63
Binary 1110101 10010001 10000100 10011 0 1001 101011 10011000 1011 110011

Color Harmonies of #759184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759184

Black with #759184

Text Example


Text Example

White with #759184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759184; }

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

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

background-color css

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

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

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

border-color css

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

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

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