Html Css Color HEX #78968A Granny Smith

📋 copy color: '#78968A'

red 120 ◦ green 150 ◦ blue 138

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

Shades of Granny Smith #78968A

Tints of Granny Smith #78968A

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.3% from 255) = 33.82%

R = 29.41%
G = 36.76%
B = 33.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#78968A (or 0x78968A) is known color: 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.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 #78968A is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 150 138 -
CMYK 0.20 0 0.08 0.41
HSL 156º 0.13% 0.53% -
HSV(B) 156º 0.2% 0.59% -
XYZ 23.24 27.64 28.16 -
YUV 139.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 120 150 138 0.20 0 0.08 0.41 156 0.13 0.53
Hex 78 96 8A 14 0 8 29 9C C 35
Octal 170 226 212 24 0 10 51 234 14 65
Binary 1111000 10010110 10001010 10100 0 1000 101001 10011100 1100 110101

Color Harmonies of #78968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78968A

Black with #78968A

Text Example


Text Example

White with #78968A

Text Example


Text Example

HTML Codes & Css Web 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>