Html Css Color HEX #78988D Granny Smith

📋 copy color: '#78988D'

red 120 ◦ green 152 ◦ blue 141

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

Shades of Granny Smith #78988D

Tints of Granny Smith #78988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.8%

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

R = 29.06%
G = 36.8%
B = 34.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#78988D (or 0x78988D) is known color: Granny Smith. HEX triplet: 78, 98 and 8D. RGB value is (120,152,141). Sum of RGB (Red+Green+Blue) = 120+152+141=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #78988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78988D is #876772. Grayscale: #8D8D8D. Windows color (decimal): -8873843 or 9279608. OLE color: 9279608.

HSL color Cylindrical-coordinate representation of color #78988D: hue angle of 159.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78988D is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 141 -
CMYK 0.21 0 0.07 0.40
HSL 159.38º 0.13% 0.53% -
HSV(B) 159.38º 0.21% 0.6% -
XYZ 23.78 28.37 29.42 -
YUV 141.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 120 152 141 0.21 0 0.07 0.40 159.38 0.13 0.53
Hex 78 98 8D 15 0 7 28 9F D 35
Octal 170 230 215 25 0 7 50 237 15 65
Binary 1111000 10011000 10001101 10101 0 111 101000 10011111 1101 110101

Color Harmonies of #78988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78988D

Black with #78988D

Text Example


Text Example

White with #78988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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