#78938A

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

Shades of Granny Smith #78938A

Tints of Granny Smith #78938A

Color information

#78938A (or 0x78938A) is unknown color: approx Granny Smith. HEX triplet: 78, 93 and 8A. RGB value is (120,147,138). Sum of RGB (Red+Green+Blue) = 120+147+138=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #78938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78938A is #876C75. Grayscale: #898989. Windows color (decimal): -8875126 or 9081720. OLE color: 9081720.

HSL color Cylindrical-coordinate representation of color #78938A: hue angle of 160º 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 #78938A is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB120147138-
CMYK0.1800.060.42
HSL160º11.11%52.35%-
HSV(B)160º18.37%57.65%-
XYZ22.7726.728-
YUV137.9128.05115.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=29.63%
G=36.30%
B=34.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201471380.1800.060.4216011.1152.35
Hex78938A12062Aa0b34
Octal1702232122206522401364
Binary11110001001001110001010100100110101010101000001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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