#748B4F

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

Shades of Highland #748B4F

Tints of Highland #748B4F

Color information

#748B4F (or 0x748B4F) is unknown color: approx Highland. HEX triplet: 74, 8B and 4F. RGB value is (116,139,79). Sum of RGB (Red+Green+Blue) = 116+139+79=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #748B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B4F is #8B74B0. Grayscale: #7D7D7D. Windows color (decimal): -9139377 or 5213044. OLE color: 5213044.

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

Color convert

RGB11613979-
CMYK0.1700.430.45
HSL83º27.52%42.75%-
HSV(B)83º43.17%54.51%-
XYZ17.8522.7410.85-
YUV125.28101.88121.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=34.73%
G=41.62%
B=23.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116139790.1700.430.458327.5242.75
Hex748B4F1102B2D531c2b
Octal16421311721053551233453
Binary1110100100010111001111100010101011101101101001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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