#749963

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

Shades of Highland #749963

Tints of Highland #749963

Color information

#749963 (or 0x749963) is unknown color: approx Highland. HEX triplet: 74, 99 and 63. RGB value is (116,153,99). Sum of RGB (Red+Green+Blue) = 116+153+99=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #749963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749963 is #8B669C. Grayscale: #878787. Windows color (decimal): -9135773 or 6527348. OLE color: 6527348.

HSL color Cylindrical-coordinate representation of color #749963: hue angle of 101.11º 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 #749963 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB11615399-
CMYK0.2400.350.4
HSL101.11º21.43%49.41%-
HSV(B)101.11º35.29%60%-
XYZ20.8527.415.99-
YUV135.78107.24113.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=31.52%
G=41.58%
B=26.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153990.2400.350.4101.1121.4349.41
Hex7499631802328651531
Octal16423114330043501452561
Binary1110100100110011100011110000100011101000110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749963; }

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

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

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

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

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

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

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

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