#728F48

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

Shades of Highland #728F48

Tints of Highland #728F48

Color information

#728F48 (or 0x728F48) is unknown color: approx Highland. HEX triplet: 72, 8F and 48. RGB value is (114,143,72). Sum of RGB (Red+Green+Blue) = 114+143+72=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #728F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F48 is #8D70B7. Grayscale: #7E7E7E. Windows color (decimal): -9269432 or 4755314. OLE color: 4755314.

HSL color Cylindrical-coordinate representation of color #728F48: hue angle of 84.51º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728F48 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB11414372-
CMYK0.2000.500.44
HSL84.51º33.02%42.16%-
HSV(B)84.51º49.65%56.08%-
XYZ17.9323.699.76-
YUV126.2397.39119.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=34.65%
G=43.47%
B=21.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114143720.2000.500.4484.5133.0242.16
Hex728F48140322C55212a
Octal16221711024062541254152
Binary11100101000111110010001010001100101011001010101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728F48; }

 p { color: rgb(114,143,72); }

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

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

 a { background-color: rgb(114,143,72); }

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

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

 span { border-color: rgb(114,143,72); }

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