Html Css Color HEX #759987 Granny Smith

📋 copy color: '#759987'

red 117 ◦ green 153 ◦ blue 135

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

Shades of Granny Smith #759987

Tints of Granny Smith #759987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.33%

R = 28.89%
G = 37.78%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#759987 (or 0x759987) is known color: Granny Smith. HEX triplet: 75, 99 and 87. RGB value is (117,153,135). Sum of RGB (Red+Green+Blue) = 117+153+135=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #759987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759987 is #8A6678. Grayscale: #8C8C8C. Windows color (decimal): -9070201 or 8886645. OLE color: 8886645.

HSL color Cylindrical-coordinate representation of color #759987: hue angle of 150º 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 #759987 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 135 -
CMYK 0.24 0 0.12 0.4
HSL 150º 0.15% 0.53% -
HSV(B) 150º 0.24% 0.6% -
XYZ 23.1 28.31 27.17 -
YUV 140.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 117 153 135 0.24 0 0.12 0.4 150 0.15 0.53
Hex 75 99 87 18 0 C 28 96 F 35
Octal 165 231 207 30 0 14 50 226 17 65
Binary 1110101 10011001 10000111 11000 0 1100 101000 10010110 1111 110101

Color Harmonies of #759987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759987

Black with #759987

Text Example


Text Example

White with #759987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759987; }

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

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

background-color css

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

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

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

border-color css

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

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

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