#738E4F

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

Shades of Highland #738E4F

Tints of Highland #738E4F

Color information

#738E4F (or 0x738E4F) is unknown color: approx Highland. HEX triplet: 73, 8E and 4F. RGB value is (115,142,79). Sum of RGB (Red+Green+Blue) = 115+142+79=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #738E4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E4F is #8C71B0. Grayscale: #7E7E7E. Windows color (decimal): -9204145 or 5213811. OLE color: 5213811.

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

Color convert

RGB11514279-
CMYK0.1900.440.44
HSL85.71º28.51%43.33%-
HSV(B)85.71º44.37%55.69%-
XYZ18.1523.5610.99-
YUV126.74101.05119.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=34.23%
G=42.26%
B=23.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115142790.1900.440.4485.7128.5143.33
Hex738E4F1302C2C561d2b
Octal16321611723054541263553
Binary1110011100011101001111100110101100101100101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,142,79); }

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

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

 a { background-color: rgb(115,142,79); }

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

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

 span { border-color: rgb(115,142,79); }

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