#738A5B

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

Shades of Highland #738A5B

Tints of Highland #738A5B

Color information

#738A5B (or 0x738A5B) is unknown color: approx Highland. HEX triplet: 73, 8A and 5B. RGB value is (115,138,91). Sum of RGB (Red+Green+Blue) = 115+138+91=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #738A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A5B is #8C75A4. Grayscale: #7D7D7D. Windows color (decimal): -9205157 or 5999219. OLE color: 5999219.

HSL color Cylindrical-coordinate representation of color #738A5B: hue angle of 89.36º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #738A5B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB11513891-
CMYK0.1700.340.46
HSL89.36º20.52%44.9%-
HSV(B)89.36º34.06%54.12%-
XYZ18.0522.5813.3-
YUV125.76108.38120.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=33.43%
G=40.12%
B=26.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115138910.1700.340.4689.3620.5244.9
Hex738A5B110222E59152d
Octal16321213321042561312555
Binary1110011100010101011011100010100010101110101100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,138,91); }

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

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

 a { background-color: rgb(115,138,91); }

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

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

 span { border-color: rgb(115,138,91); }

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