#749463

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

Shades of Highland #749463

Tints of Highland #749463

Color information

#749463 (or 0x749463) is unknown color: approx Highland. HEX triplet: 74, 94 and 63. RGB value is (116,148,99). Sum of RGB (Red+Green+Blue) = 116+148+99=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #749463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749463 is #8B6B9C. Grayscale: #858585. Windows color (decimal): -9137053 or 6526068. OLE color: 6526068.

HSL color Cylindrical-coordinate representation of color #749463: hue angle of 99.18º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749463 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB11614899-
CMYK0.2200.330.42
HSL99.18º19.84%48.43%-
HSV(B)99.18º33.11%58.04%-
XYZ20.0425.7915.73-
YUV132.85108.9115.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=31.96%
G=40.77%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116148990.2200.330.4299.1819.8448.43
Hex749463160212A631430
Octal16422414326041521432460
Binary1110100100101001100011101100100001101010110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749463; }

 p { color: rgb(116,148,99); }

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

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

 a { background-color: rgb(116,148,99); }

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

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

 span { border-color: rgb(116,148,99); }

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