#738D60

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

Shades of Highland #738D60

Tints of Highland #738D60

Color information

#738D60 (or 0x738D60) is unknown color: approx Highland. HEX triplet: 73, 8D and 60. RGB value is (115,141,96). Sum of RGB (Red+Green+Blue) = 115+141+96=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #738D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D60 is #8C729F. Grayscale: #808080. Windows color (decimal): -9204384 or 6327667. OLE color: 6327667.

HSL color Cylindrical-coordinate representation of color #738D60: hue angle of 94.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738D60 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB11514196-
CMYK0.1800.320.45
HSL94.67º18.99%46.47%-
HSV(B)94.67º31.91%55.29%-
XYZ18.7123.5414.62-
YUV128.1109.89118.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=32.67%
G=40.06%
B=27.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115141960.1800.320.4594.6718.9946.47
Hex738D60120202D5f132e
Octal16321514022040551372356
Binary1110011100011011100000100100100000101101101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738D60; }

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

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

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

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

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

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

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

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