#738A82

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

Shades of Granny Smith #738A82

Tints of Granny Smith #738A82

Color information

#738A82 (or 0x738A82) is unknown color: approx Granny Smith. HEX triplet: 73, 8A and 82. RGB value is (115,138,130). Sum of RGB (Red+Green+Blue) = 115+138+130=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #738A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A82 is #8C757D. Grayscale: #828282. Windows color (decimal): -9205118 or 8555123. OLE color: 8555123.

HSL color Cylindrical-coordinate representation of color #738A82: hue angle of 159.13º 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 #738A82 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB115138130-
CMYK0.1700.060.46
HSL159.13º9.09%49.61%-
HSV(B)159.13º16.67%54.12%-
XYZ20.1923.4324.58-
YUV130.21127.88117.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=30.03%
G=36.03%
B=33.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151381300.1700.060.46159.139.0949.61
Hex738A8211062E9f932
Octal1632122022106562371162
Binary11100111000101010000010100010110101110100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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