#78998D

Color #78998D Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #78998D

Tints of Granny Smith #78998D

Color information

#78998D (or 0x78998D) is unknown color: approx 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

RGB120153141-
CMYK0.2200.080.4
HSL158.18º13.92%53.53%-
HSV(B)158.18º21.57%60%-
XYZ23.9428.729.48-
YUV141.76127.57112.48-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201531410.2200.080.4158.1813.9253.53
Hex78998D1608289ee36
Octal17023121526010502361666
Binary111100010011001100011011011001000101000100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>