Html Css Color HEX #789A8A Granny Smith

📋 copy color: '#789A8A'

red 120 ◦ green 154 ◦ blue 138

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

Shades of Granny Smith #789A8A

Tints of Granny Smith #789A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

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

R = 29.13%
G = 37.38%
B = 33.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#789A8A (or 0x789A8A) is known color: Granny Smith. HEX triplet: 78, 9A and 8A. RGB value is (120,154,138). Sum of RGB (Red+Green+Blue) = 120+154+138=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 154 - color contains mainly: green. Hex color #789A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789A8A is #876575. Grayscale: #8E8E8E. Windows color (decimal): -8873334 or 9083512. OLE color: 9083512.

HSL color Cylindrical-coordinate representation of color #789A8A: hue angle of 151.76º 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 #789A8A is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 154 138 -
CMYK 0.22 0 0.10 0.40
HSL 151.76º 0.14% 0.54% -
HSV(B) 151.76º 0.22% 0.6% -
XYZ 23.89 28.94 28.37 -
YUV 142.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 120 154 138 0.22 0 0.10 0.40 151.76 0.14 0.54
Hex 78 9A 8A 16 0 A 28 98 E 36
Octal 170 232 212 26 0 12 50 230 16 66
Binary 1111000 10011010 10001010 10110 0 1010 101000 10011000 1110 110110

Color Harmonies of #789A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789A8A

Black with #789A8A

Text Example


Text Example

White with #789A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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