Html Css Color HEX #78998A Granny Smith

📋 copy color: '#78998A'

red 120 ◦ green 153 ◦ blue 138

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

Shades of Granny Smith #78998A

Tints of Granny Smith #78998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 29.2%
G = 37.23%
B = 33.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#78998A (or 0x78998A) is known color: Granny Smith. HEX triplet: 78, 99 and 8A. RGB value is (120,153,138). Sum of RGB (Red+Green+Blue) = 120+153+138=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #78998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78998A is #876675. Grayscale: #8D8D8D. Windows color (decimal): -8873590 or 9083256. OLE color: 9083256.

HSL color Cylindrical-coordinate representation of color #78998A: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78998A is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 138 -
CMYK 0.22 0 0.10 0.4
HSL 152.73º 0.14% 0.54% -
HSV(B) 152.73º 0.22% 0.6% -
XYZ 23.72 28.61 28.32 -
YUV 141.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 120 153 138 0.22 0 0.10 0.4 152.73 0.14 0.54
Hex 78 99 8A 16 0 A 28 99 E 36
Octal 170 231 212 26 0 12 50 231 16 66
Binary 1111000 10011001 10001010 10110 0 1010 101000 10011001 1110 110110

Color Harmonies of #78998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78998A

Black with #78998A

Text Example


Text Example

White with #78998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78998A;
 }
 .AnyTagClassName
 {
   color: #78998A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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