#748D4E

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

Shades of Highland #748D4E

Tints of Highland #748D4E

Color information

#748D4E (or 0x748D4E) is unknown color: approx Highland. HEX triplet: 74, 8D and 4E. RGB value is (116,141,78). Sum of RGB (Red+Green+Blue) = 116+141+78=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #748D4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D4E is #8B72B1. Grayscale: #7E7E7E. Windows color (decimal): -9138866 or 5148020. OLE color: 5148020.

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

Color convert

RGB11614178-
CMYK0.1800.450.45
HSL83.81º28.77%42.94%-
HSV(B)83.81º44.68%55.29%-
XYZ18.123.3110.75-
YUV126.34100.72120.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 141 (55.47% from 255) = 42.09%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=34.63%
G=42.09%
B=23.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116141780.1800.450.4583.8128.7742.94
Hex748D4E1202D2D541d2b
Octal16421511622055551243553
Binary1110100100011011001110100100101101101101101010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,141,78); }

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

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

 a { background-color: rgb(116,141,78); }

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

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

 span { border-color: rgb(116,141,78); }

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