#748F4C

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

Shades of Highland #748F4C

Tints of Highland #748F4C

Color information

#748F4C (or 0x748F4C) is unknown color: approx Highland. HEX triplet: 74, 8F and 4C. RGB value is (116,143,76). Sum of RGB (Red+Green+Blue) = 116+143+76=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #748F4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F4C is #8B70B3. Grayscale: #7F7F7F. Windows color (decimal): -9138356 or 5017460. OLE color: 5017460.

HSL color Cylindrical-coordinate representation of color #748F4C: hue angle of 84.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748F4C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB11614376-
CMYK0.1900.470.44
HSL84.18º30.59%42.94%-
HSV(B)84.18º46.85%56.08%-
XYZ18.3323.8810.48-
YUV127.2999.05119.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=34.63%
G=42.69%
B=22.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116143760.1900.470.4484.1830.5942.94
Hex748F4C1302F2C541f2b
Octal16421711423057541243753
Binary1110100100011111001100100110101111101100101010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,143,76); }

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

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

 a { background-color: rgb(116,143,76); }

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

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

 span { border-color: rgb(116,143,76); }

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