Html Css Color HEX #789988 Granny Smith

📋 copy color: '#789988'

red 120 ◦ green 153 ◦ blue 136

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

Shades of Granny Smith #789988

Tints of Granny Smith #789988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 29.34%
G = 37.41%
B = 33.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#789988 (or 0x789988) is known color: Granny Smith. HEX triplet: 78, 99 and 88. RGB value is (120,153,136). Sum of RGB (Red+Green+Blue) = 120+153+136=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #789988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789988 is #876677. Grayscale: #8D8D8D. Windows color (decimal): -8873592 or 8952184. OLE color: 8952184.

HSL color Cylindrical-coordinate representation of color #789988: hue angle of 149.09º 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 #789988 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 136 -
CMYK 0.22 0 0.11 0.4
HSL 149.09º 0.14% 0.54% -
HSV(B) 149.09º 0.22% 0.6% -
XYZ 23.58 28.55 27.56 -
YUV 141.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 120 153 136 0.22 0 0.11 0.4 149.09 0.14 0.54
Hex 78 99 88 16 0 B 28 95 E 36
Octal 170 231 210 26 0 13 50 225 16 66
Binary 1111000 10011001 10001000 10110 0 1011 101000 10010101 1110 110110

Color Harmonies of #789988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789988

Black with #789988

Text Example


Text Example

White with #789988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789988; }

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

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

background-color css

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

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

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

border-color css

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

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

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