Html Css Color HEX #788680 Granny Smith

📋 copy color: '#788680'

red 120 ◦ green 134 ◦ blue 128

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

Shades of Granny Smith #788680

Tints of Granny Smith #788680

RGB

 RED value IS 120 (47.27% from 255) = 31.41%

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

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

R = 31.41%
G = 35.08%
B = 33.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#788680 (or 0x788680) is known color: Granny Smith. HEX triplet: 78, 86 and 80. RGB value is (120,134,128). Sum of RGB (Red+Green+Blue) = 120+134+128=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #788680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788680 is #87797F. Grayscale: #818181. Windows color (decimal): -8878464 or 8423032. OLE color: 8423032.

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

Color convert

RGB 120 134 128 -
CMYK 0.10 0 0.04 0.47
HSL 154.29º 0.06% 0.5% -
HSV(B) 154.29º 0.1% 0.53% -
XYZ 20.17 22.6 23.72 -
YUV 129.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 120 134 128 0.10 0 0.04 0.47 154.29 0.06 0.5
Hex 78 86 80 A 0 4 2F 9A 6 32
Octal 170 206 200 12 0 4 57 232 6 62
Binary 1111000 10000110 10000000 1010 0 100 101111 10011010 110 110010

Color Harmonies of #788680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788680

Black with #788680

Text Example


Text Example

White with #788680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788680; }

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

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

background-color css

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

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

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

border-color css

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

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

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