#739860

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

Shades of Highland #739860

Tints of Highland #739860

Color information

#739860 (or 0x739860) is unknown color: approx Highland. HEX triplet: 73, 98 and 60. RGB value is (115,152,96). Sum of RGB (Red+Green+Blue) = 115+152+96=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #739860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739860 is #8C679F. Grayscale: #868686. Windows color (decimal): -9201568 or 6330483. OLE color: 6330483.

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

Color convert

RGB11515296-
CMYK0.2400.370.40
HSL99.64º22.58%48.63%-
HSV(B)99.64º36.84%59.61%-
XYZ20.4126.9515.19-
YUV134.55106.24114.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=31.68%
G=41.87%
B=26.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115152960.2400.370.4099.6422.5848.63
Hex7398601802528641731
Octal16323014030045501442761
Binary1110011100110001100000110000100101101000110010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739860; }

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

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

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

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

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

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

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

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