#738A5F

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

Shades of Highland #738A5F

Tints of Highland #738A5F

Color information

#738A5F (or 0x738A5F) is unknown color: approx Highland. HEX triplet: 73, 8A and 5F. RGB value is (115,138,95). Sum of RGB (Red+Green+Blue) = 115+138+95=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #738A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A5F is #8C75A0. Grayscale: #7E7E7E. Windows color (decimal): -9205153 or 6261363. OLE color: 6261363.

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

Color convert

RGB11513895-
CMYK0.1700.310.46
HSL92.09º18.45%45.69%-
HSV(B)92.09º31.16%54.12%-
XYZ18.2222.6514.24-
YUV126.22110.38120-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.05%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=33.05%
G=39.66%
B=27.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115138950.1700.310.4692.0918.4545.69
Hex738A5F1101F2E5c122e
Octal16321213721037561342256
Binary111001110001010101111110001011111101110101110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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