#748B4A

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

Shades of Highland #748B4A

Tints of Highland #748B4A

Color information

#748B4A (or 0x748B4A) is unknown color: approx Highland. HEX triplet: 74, 8B and 4A. RGB value is (116,139,74). Sum of RGB (Red+Green+Blue) = 116+139+74=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #748B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B4A is #8B74B5. Grayscale: #7C7C7C. Windows color (decimal): -9139382 or 4885364. OLE color: 4885364.

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

Color convert

RGB11613974-
CMYK0.1700.470.45
HSL81.23º30.52%41.76%-
HSV(B)81.23º46.76%54.51%-
XYZ17.6722.679.92-
YUV124.7199.38121.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 139 (54.69% from 255) = 42.25%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=35.26%
G=42.25%
B=22.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116139740.1700.470.4581.2330.5241.76
Hex748B4A1102F2D511f2a
Octal16421311221057551213752
Binary1110100100010111001010100010101111101101101000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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