Html Css Color HEX #78988C Granny Smith

📋 copy color: '#78988C'

red 120 ◦ green 152 ◦ blue 140

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

Shades of Granny Smith #78988C

Tints of Granny Smith #78988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 29.13%
G = 36.89%
B = 33.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#78988C (or 0x78988C) is known color: Granny Smith. HEX triplet: 78, 98 and 8C. RGB value is (120,152,140). Sum of RGB (Red+Green+Blue) = 120+152+140=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #78988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78988C is #876773. Grayscale: #8D8D8D. Windows color (decimal): -8873844 or 9214072. OLE color: 9214072.

HSL color Cylindrical-coordinate representation of color #78988C: hue angle of 157.5º 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 #78988C is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 140 -
CMYK 0.21 0 0.08 0.40
HSL 157.5º 0.13% 0.53% -
HSV(B) 157.5º 0.21% 0.6% -
XYZ 23.71 28.34 29.03 -
YUV 141.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 120 152 140 0.21 0 0.08 0.40 157.5 0.13 0.53
Hex 78 98 8C 15 0 8 28 9E D 35
Octal 170 230 214 25 0 10 50 236 15 65
Binary 1111000 10011000 10001100 10101 0 1000 101000 10011110 1101 110101

Color Harmonies of #78988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78988C

Black with #78988C

Text Example


Text Example

White with #78988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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