Html Css Color HEX #78988B Granny Smith

📋 copy color: '#78988B'

red 120 ◦ green 152 ◦ blue 139

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

Shades of Granny Smith #78988B

Tints of Granny Smith #78988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 29.2%
G = 36.98%
B = 33.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#78988B (or 0x78988B) is known color: Granny Smith. HEX triplet: 78, 98 and 8B. RGB value is (120,152,139). Sum of RGB (Red+Green+Blue) = 120+152+139=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #78988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78988B is #876774. Grayscale: #8C8C8C. Windows color (decimal): -8873845 or 9148536. OLE color: 9148536.

HSL color Cylindrical-coordinate representation of color #78988B: hue angle of 155.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78988B is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 139 -
CMYK 0.21 0 0.09 0.40
HSL 155.63º 0.13% 0.53% -
HSV(B) 155.63º 0.21% 0.6% -
XYZ 23.63 28.31 28.65 -
YUV 140.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 120 152 139 0.21 0 0.09 0.40 155.63 0.13 0.53
Hex 78 98 8B 15 0 9 28 9C D 35
Octal 170 230 213 25 0 11 50 234 15 65
Binary 1111000 10011000 10001011 10101 0 1001 101000 10011100 1101 110101

Color Harmonies of #78988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78988B

Black with #78988B

Text Example


Text Example

White with #78988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78988B; }

 p { color: rgb(120,152,139); }

 H1.HeaderClassName
 {
   color: #78988B;
 }
 .AnyTagClassName
 {
   color: #78988B;
 }
</style>

background-color css

<style>
 a { background-color: #78988B; }

 a { background-color: rgb(120,152,139); }

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

border-color css

<style>
 span { border-color: #78988B; }

 span { border-color: rgb(120,152,139); }

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