#738A80

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

Shades of Granny Smith #738A80

Tints of Granny Smith #738A80

Color information

#738A80 (or 0x738A80) is unknown color: approx Granny Smith. HEX triplet: 73, 8A and 80. RGB value is (115,138,128). Sum of RGB (Red+Green+Blue) = 115+138+128=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #738A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A80 is #8C757F. Grayscale: #828282. Windows color (decimal): -9205120 or 8424051. OLE color: 8424051.

HSL color Cylindrical-coordinate representation of color #738A80: hue angle of 153.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738A80 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB115138128-
CMYK0.1700.070.46
HSL153.91º9.09%49.61%-
HSV(B)153.91º16.67%54.12%-
XYZ20.0523.3823.88-
YUV129.98126.88117.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=30.18%
G=36.22%
B=33.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151381280.1700.070.46153.919.0949.61
Hex738A8011072E9a932
Octal1632122002107562321162
Binary11100111000101010000000100010111101110100110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738A80; }

 p { color: rgb(115,138,128); }

 H1.HeaderClassName
 {
   color: #738A80;
 }
 .AnyTagClassName
 {
   color: #738A80;
 }
</style>
background-color css

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

 a { background-color: rgb(115,138,128); }

 div.DivClassName
 {
   background-color: #738A80;
 }
 .BgClassName
 {
   background-color: #738A80;
 }
</style>
border-color css

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

 span { border-color: rgb(115,138,128); }

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