Html Css Color HEX #768680 Granny Smith

📋 copy color: '#768680'

red 118 ◦ green 134 ◦ blue 128

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

Shades of Granny Smith #768680

Tints of Granny Smith #768680

RGB

 RED value IS 118 (46.48% from 255) = 31.05%

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

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

R = 31.05%
G = 35.26%
B = 33.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#768680 (or 0x768680) is known color: Granny Smith. HEX triplet: 76, 86 and 80. RGB value is (118,134,128). Sum of RGB (Red+Green+Blue) = 118+134+128=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #768680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768680 is #89797F. Grayscale: #808080. Windows color (decimal): -9009536 or 8423030. OLE color: 8423030.

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

Color convert

RGB 118 134 128 -
CMYK 0.12 0 0.04 0.47
HSL 157.5º 0.06% 0.49% -
HSV(B) 157.5º 0.12% 0.53% -
XYZ 19.89 22.46 23.71 -
YUV 128.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 118 134 128 0.12 0 0.04 0.47 157.5 0.06 0.49
Hex 76 86 80 C 0 4 2F 9E 6 31
Octal 166 206 200 14 0 4 57 236 6 61
Binary 1110110 10000110 10000000 1100 0 100 101111 10011110 110 110001

Color Harmonies of #768680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768680

Black with #768680

Text Example


Text Example

White with #768680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768680; }

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

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

background-color css

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

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

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

border-color css

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

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

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