#739062

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

Shades of Highland #739062

Tints of Highland #739062

Color information

#739062 (or 0x739062) is unknown color: approx Highland. HEX triplet: 73, 90 and 62. RGB value is (115,144,98). Sum of RGB (Red+Green+Blue) = 115+144+98=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #739062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739062 is #8C6F9D. Grayscale: #828282. Windows color (decimal): -9203614 or 6459507. OLE color: 6459507.

HSL color Cylindrical-coordinate representation of color #739062: hue angle of 97.83º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739062 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB11514498-
CMYK0.2000.320.44
HSL97.83º19.01%47.45%-
HSV(B)97.83º31.94%56.47%-
XYZ19.2524.4715.26-
YUV130.08109.89117.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=32.21%
G=40.34%
B=27.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115144980.2000.320.4497.8319.0147.45
Hex739062140202C62132f
Octal16322014224040541422357
Binary1110011100100001100010101000100000101100110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739062; }

 p { color: rgb(115,144,98); }

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

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

 a { background-color: rgb(115,144,98); }

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

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

 span { border-color: rgb(115,144,98); }

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