#789A8A

Color #789A8A Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #789A8A

Tints of Granny Smith #789A8A

Color information

#789A8A (or 0x789A8A) is unknown color: approx 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

RGB120154138-
CMYK0.2200.100.40
HSL151.76º14.41%53.73%-
HSV(B)151.76º22.08%60.39%-
XYZ23.8928.9428.37-
YUV142.01125.74112.3-

RGB Variations

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

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.30% from 255) = 33.50%
R=29.13%
G=37.38%
B=33.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201541380.2200.100.40151.7614.4153.73
Hex789A8A160A2898e36
Octal17023221226012502301666
Binary111100010011010100010101011001010101000100110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>