Html Css Color HEX #78998D Granny Smith

📋 copy color: '#78998D'

red 120 ◦ green 153 ◦ blue 141

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

Shades of Granny Smith #78998D

Tints of Granny Smith #78998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 28.99%
G = 36.96%
B = 34.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#78998D (or 0x78998D) is known color: Granny Smith. HEX triplet: 78, 99 and 8D. RGB value is (120,153,141). Sum of RGB (Red+Green+Blue) = 120+153+141=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #78998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78998D is #876672. Grayscale: #8D8D8D. Windows color (decimal): -8873587 or 9279864. OLE color: 9279864.

HSL color Cylindrical-coordinate representation of color #78998D: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78998D is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 141 -
CMYK 0.22 0 0.08 0.4
HSL 158.18º 0.14% 0.54% -
HSV(B) 158.18º 0.22% 0.6% -
XYZ 23.94 28.7 29.48 -
YUV 141.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 120 153 141 0.22 0 0.08 0.4 158.18 0.14 0.54
Hex 78 99 8D 16 0 8 28 9E E 36
Octal 170 231 215 26 0 10 50 236 16 66
Binary 1111000 10011001 10001101 10110 0 1000 101000 10011110 1110 110110

Color Harmonies of #78998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78998D

Black with #78998D

Text Example


Text Example

White with #78998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78998D; }

 p { color: rgb(120,153,141); }

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

background-color css

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

 a { background-color: rgb(120,153,141); }

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

border-color css

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

 span { border-color: rgb(120,153,141); }

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