#749863

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

Shades of Highland #749863

Tints of Highland #749863

Color information

#749863 (or 0x749863) is unknown color: approx Highland. HEX triplet: 74, 98 and 63. RGB value is (116,152,99). Sum of RGB (Red+Green+Blue) = 116+152+99=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #749863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749863 is #8B679C. Grayscale: #878787. Windows color (decimal): -9136029 or 6527092. OLE color: 6527092.

HSL color Cylindrical-coordinate representation of color #749863: hue angle of 100.75º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #749863 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB11615299-
CMYK0.2400.350.40
HSL100.75º21.12%49.22%-
HSV(B)100.75º34.87%59.61%-
XYZ20.6827.0715.94-
YUV135.19107.57114.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=31.61%
G=41.42%
B=26.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116152990.2400.350.40100.7521.1249.22
Hex7498631802328651531
Octal16423014330043501452561
Binary1110100100110001100011110000100011101000110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749863; }

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

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

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

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

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

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

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

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