Html Css Color HEX #759990 Granny Smith

📋 copy color: '#759990'

red 117 ◦ green 153 ◦ blue 144

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

Shades of Granny Smith #759990

Tints of Granny Smith #759990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 28.26%
G = 36.96%
B = 34.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#759990 (or 0x759990) is known color: Granny Smith. HEX triplet: 75, 99 and 90. RGB value is (117,153,144). Sum of RGB (Red+Green+Blue) = 117+153+144=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #759990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759990 is #8A666F. Grayscale: #8D8D8D. Windows color (decimal): -9070192 or 9476469. OLE color: 9476469.

HSL color Cylindrical-coordinate representation of color #759990: hue angle of 165º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759990 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 144 -
CMYK 0.24 0 0.06 0.4
HSL 165º 0.15% 0.53% -
HSV(B) 165º 0.24% 0.6% -
XYZ 23.76 28.58 30.65 -
YUV 141.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 117 153 144 0.24 0 0.06 0.4 165 0.15 0.53
Hex 75 99 90 18 0 6 28 A5 F 35
Octal 165 231 220 30 0 6 50 245 17 65
Binary 1110101 10011001 10010000 11000 0 110 101000 10100101 1111 110101

Color Harmonies of #759990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759990

Black with #759990

Text Example


Text Example

White with #759990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759990; }

 p { color: rgb(117,153,144); }

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

background-color css

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

 a { background-color: rgb(117,153,144); }

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

border-color css

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

 span { border-color: rgb(117,153,144); }

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