#748A5F

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

Shades of Highland #748A5F

Tints of Highland #748A5F

Color information

#748A5F (or 0x748A5F) is unknown color: approx Highland. HEX triplet: 74, 8A and 5F. RGB value is (116,138,95). Sum of RGB (Red+Green+Blue) = 116+138+95=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #748A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A5F is #8B75A0. Grayscale: #7E7E7E. Windows color (decimal): -9139617 or 6261364. OLE color: 6261364.

HSL color Cylindrical-coordinate representation of color #748A5F: hue angle of 90.7º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #748A5F is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB11613895-
CMYK0.1600.310.46
HSL90.7º18.45%45.69%-
HSV(B)90.7º31.16%54.12%-
XYZ18.3622.7214.24-
YUV126.52110.21120.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=33.24%
G=39.54%
B=27.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116138950.1600.310.4690.718.4545.69
Hex748A5F1001F2E5b122e
Octal16421213720037561332256
Binary111010010001010101111110000011111101110101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,138,95); }

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

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

 a { background-color: rgb(116,138,95); }

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

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

 span { border-color: rgb(116,138,95); }

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