Html Css Color HEX #78948C Granny Smith

📋 copy color: '#78948C'

red 120 ◦ green 148 ◦ blue 140

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

Shades of Granny Smith #78948C

Tints of Granny Smith #78948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

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

R = 29.41%
G = 36.27%
B = 34.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#78948C (or 0x78948C) is known color: Granny Smith. HEX triplet: 78, 94 and 8C. RGB value is (120,148,140). Sum of RGB (Red+Green+Blue) = 120+148+140=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #78948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78948C is #876B73. Grayscale: #8A8A8A. Windows color (decimal): -8874868 or 9213048. OLE color: 9213048.

HSL color Cylindrical-coordinate representation of color #78948C: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78948C is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 140 -
CMYK 0.19 0 0.05 0.42
HSL 162.86º 0.12% 0.53% -
HSV(B) 162.86º 0.19% 0.58% -
XYZ 23.07 27.07 28.82 -
YUV 138.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 120 148 140 0.19 0 0.05 0.42 162.86 0.12 0.53
Hex 78 94 8C 13 0 5 2A A3 C 35
Octal 170 224 214 23 0 5 52 243 14 65
Binary 1111000 10010100 10001100 10011 0 101 101010 10100011 1100 110101

Color Harmonies of #78948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78948C

Black with #78948C

Text Example


Text Example

White with #78948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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