#749656

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

Shades of Highland #749656

Tints of Highland #749656

Color information

#749656 (or 0x749656) is unknown color: approx Highland. HEX triplet: 74, 96 and 56. RGB value is (116,150,86). Sum of RGB (Red+Green+Blue) = 116+150+86=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #749656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749656 is #8B69A9. Grayscale: #848484. Windows color (decimal): -9136554 or 5674612. OLE color: 5674612.

HSL color Cylindrical-coordinate representation of color #749656: hue angle of 91.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749656 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB11615086-
CMYK0.2300.430.41
HSL91.88º27.12%46.27%-
HSV(B)91.88º42.67%58.82%-
XYZ19.7926.212.82-
YUV132.54101.74116.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=32.95%
G=42.61%
B=24.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150860.2300.430.4191.8827.1246.27
Hex7496561702B295c1b2e
Octal16422612627053511343356
Binary1110100100101101010110101110101011101001101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749656; }

 p { color: rgb(116,150,86); }

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

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

 a { background-color: rgb(116,150,86); }

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

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

 span { border-color: rgb(116,150,86); }

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