#739560

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

Shades of Highland #739560

Tints of Highland #739560

Color information

#739560 (or 0x739560) is unknown color: approx Highland. HEX triplet: 73, 95 and 60. RGB value is (115,149,96). Sum of RGB (Red+Green+Blue) = 115+149+96=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #739560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739560 is #8C6A9F. Grayscale: #848484. Windows color (decimal): -9202336 or 6329715. OLE color: 6329715.

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

Color convert

RGB11514996-
CMYK0.2300.360.42
HSL98.49º21.63%48.04%-
HSV(B)98.49º35.57%58.43%-
XYZ19.9325.9815.03-
YUV132.79107.24115.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=31.94%
G=41.39%
B=26.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115149960.2300.360.4298.4921.6348.04
Hex739560170242A621630
Octal16322514027044521422660
Binary1110011100101011100000101110100100101010110001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739560; }

 p { color: rgb(115,149,96); }

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

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

 a { background-color: rgb(115,149,96); }

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

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

 span { border-color: rgb(115,149,96); }

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