#748B80

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

Shades of Granny Smith #748B80

Tints of Granny Smith #748B80

Color information

#748B80 (or 0x748B80) is unknown color: approx Granny Smith. HEX triplet: 74, 8B and 80. RGB value is (116,139,128). Sum of RGB (Red+Green+Blue) = 116+139+128=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #748B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748B80 is #8B747F. Grayscale: #828282. Windows color (decimal): -9139328 or 8424308. OLE color: 8424308.

HSL color Cylindrical-coordinate representation of color #748B80: hue angle of 151.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748B80 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB116139128-
CMYK0.1700.080.45
HSL151.3º9.02%50%-
HSV(B)151.3º16.55%54.51%-
XYZ20.3323.7423.93-
YUV130.87126.38117.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=30.29%
G=36.29%
B=33.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161391280.1700.080.45151.39.0250
Hex748B8011082D97932
Octal16421320021010552271162
Binary111010010001011100000001000101000101101100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748B80; }

 p { color: rgb(116,139,128); }

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

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

 a { background-color: rgb(116,139,128); }

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

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

 span { border-color: rgb(116,139,128); }

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