Html Css Color HEX #758680 Granny Smith

📋 copy color: '#758680'

red 117 ◦ green 134 ◦ blue 128

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

Shades of Granny Smith #758680

Tints of Granny Smith #758680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 30.87%
G = 35.36%
B = 33.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#758680 (or 0x758680) is known color: Granny Smith. HEX triplet: 75, 86 and 80. RGB value is (117,134,128). Sum of RGB (Red+Green+Blue) = 117+134+128=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #758680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758680 is #8A797F. Grayscale: #808080. Windows color (decimal): -9075072 or 8423029. OLE color: 8423029.

HSL color Cylindrical-coordinate representation of color #758680: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758680 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 128 -
CMYK 0.13 0 0.04 0.47
HSL 158.82º 0.07% 0.49% -
HSV(B) 158.82º 0.13% 0.53% -
XYZ 19.76 22.39 23.7 -
YUV 128.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 117 134 128 0.13 0 0.04 0.47 158.82 0.07 0.49
Hex 75 86 80 D 0 4 2F 9F 7 31
Octal 165 206 200 15 0 4 57 237 7 61
Binary 1110101 10000110 10000000 1101 0 100 101111 10011111 111 110001

Color Harmonies of #758680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758680

Black with #758680

Text Example


Text Example

White with #758680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758680; }

 p { color: rgb(117,134,128); }

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

background-color css

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

 a { background-color: rgb(117,134,128); }

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

border-color css

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

 span { border-color: rgb(117,134,128); }

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