#78968A

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

Shades of Granny Smith #78968A

Tints of Granny Smith #78968A

Color information

#78968A (or 0x78968A) is unknown color: approx Granny Smith. HEX triplet: 78, 96 and 8A. RGB value is (120,150,138). Sum of RGB (Red+Green+Blue) = 120+150+138=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #78968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78968A is #876975. Grayscale: #8B8B8B. Windows color (decimal): -8874358 or 9082488. OLE color: 9082488.

HSL color Cylindrical-coordinate representation of color #78968A: hue angle of 156º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78968A is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB120150138-
CMYK0.2000.080.41
HSL156º12.5%52.94%-
HSV(B)156º20%58.82%-
XYZ23.2427.6428.16-
YUV139.66127.06113.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=29.41%
G=36.76%
B=33.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201501380.2000.080.4115612.552.94
Hex78968A1408299cd35
Octal17022621224010512341565
Binary111100010010110100010101010001000101001100111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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