#738750

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

Shades of Highland #738750

Tints of Highland #738750

Color information

#738750 (or 0x738750) is unknown color: approx Highland. HEX triplet: 73, 87 and 50. RGB value is (115,135,80). Sum of RGB (Red+Green+Blue) = 115+135+80=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #738750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738750 is #8C78AF. Grayscale: #7A7A7A. Windows color (decimal): -9205936 or 5277555. OLE color: 5277555.

HSL color Cylindrical-coordinate representation of color #738750: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #738750 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB11513580-
CMYK0.1500.410.47
HSL81.82º25.58%42.16%-
HSV(B)81.82º40.74%52.94%-
XYZ17.1821.5510.84-
YUV122.75103.87122.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=34.85%
G=40.91%
B=24.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115135800.1500.410.4781.8225.5842.16
Hex738750F0292F521a2a
Octal16320712017051571223252
Binary111001110000111101000011110101001101111101001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738750; }

 p { color: rgb(115,135,80); }

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

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

 a { background-color: rgb(115,135,80); }

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

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

 span { border-color: rgb(115,135,80); }

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