#78998B

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

Shades of Granny Smith #78998B

Tints of Granny Smith #78998B

Color information

#78998B (or 0x78998B) is unknown color: approx Granny Smith. HEX triplet: 78, 99 and 8B. RGB value is (120,153,139). Sum of RGB (Red+Green+Blue) = 120+153+139=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #78998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78998B is #876674. Grayscale: #8D8D8D. Windows color (decimal): -8873589 or 9148792. OLE color: 9148792.

HSL color Cylindrical-coordinate representation of color #78998B: hue angle of 154.55º 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 #78998B is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB120153139-
CMYK0.2200.090.4
HSL154.55º13.92%53.53%-
HSV(B)154.55º21.57%60%-
XYZ23.828.6428.7-
YUV141.54126.57112.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=29.13%
G=37.14%
B=33.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201531390.2200.090.4154.5513.9253.53
Hex78998B1609289be36
Octal17023121326011502331666
Binary111100010011001100010111011001001101000100110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78998B;
 }
 .AnyTagClassName
 {
   color: #78998B;
 }
</style>
background-color css

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

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

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

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

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

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