Html Css Color HEX #78968C Granny Smith

📋 copy color: '#78968C'

red 120 ◦ green 150 ◦ blue 140

#78968C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #78968C

Tints of Granny Smith #78968C

RGB

 RED value IS 120 (47.27% from 255) = 29.27%

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 29.27%
G = 36.59%
B = 34.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#78968C (or 0x78968C) is known color: Granny Smith. HEX triplet: 78, 96 and 8C. RGB value is (120,150,140). Sum of RGB (Red+Green+Blue) = 120+150+140=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #78968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78968C is #876973. Grayscale: #8B8B8B. Windows color (decimal): -8874356 or 9213560. OLE color: 9213560.

HSL color Cylindrical-coordinate representation of color #78968C: hue angle of 160º degrees, saturation: 0.12, 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 #78968C is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 150 140 -
CMYK 0.20 0 0.07 0.41
HSL 160º 0.13% 0.53% -
HSV(B) 160º 0.2% 0.59% -
XYZ 23.39 27.7 28.92 -
YUV 139.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 120 150 140 0.20 0 0.07 0.41 160 0.13 0.53
Hex 78 96 8C 14 0 7 29 A0 C 35
Octal 170 226 214 24 0 7 51 240 14 65
Binary 1111000 10010110 10001100 10100 0 111 101001 10100000 1100 110101

Color Harmonies of #78968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78968C

Black with #78968C

Text Example


Text Example

White with #78968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78968C;
 }
 .AnyTagClassName
 {
   color: #78968C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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