#78938C

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

Shades of Granny Smith #78938C

Tints of Granny Smith #78938C

Color information

#78938C (or 0x78938C) is unknown color: approx Granny Smith. HEX triplet: 78, 93 and 8C. RGB value is (120,147,140). Sum of RGB (Red+Green+Blue) = 120+147+140=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #78938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78938C is #876C73. Grayscale: #8A8A8A. Windows color (decimal): -8875124 or 9212792. OLE color: 9212792.

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

Color convert

RGB120147140-
CMYK0.1800.050.42
HSL164.44º11.11%52.35%-
HSV(B)164.44º18.37%57.65%-
XYZ22.9126.7528.77-
YUV138.13129.05115.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=29.48%
G=36.12%
B=34.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201471400.1800.050.42164.4411.1152.35
Hex78938C12052Aa4b34
Octal1702232142205522441364
Binary11110001001001110001100100100101101010101001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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