#728850

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

Shades of Highland #728850

Tints of Highland #728850

Color information

#728850 (or 0x728850) is unknown color: approx Highland. HEX triplet: 72, 88 and 50. RGB value is (114,136,80). Sum of RGB (Red+Green+Blue) = 114+136+80=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #728850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728850 is #8D77AF. Grayscale: #7B7B7B. Windows color (decimal): -9271216 or 5277810. OLE color: 5277810.

HSL color Cylindrical-coordinate representation of color #728850: hue angle of 83.57º 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 #728850 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB11413680-
CMYK0.1600.410.47
HSL83.57º25.93%42.35%-
HSV(B)83.57º41.18%53.33%-
XYZ17.1921.7610.88-
YUV123.04103.71121.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=34.55%
G=41.21%
B=24.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114136800.1600.410.4783.5725.9342.35
Hex728850100292F541a2a
Octal16221012020051571243252
Binary1110010100010001010000100000101001101111101010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728850; }

 p { color: rgb(114,136,80); }

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

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

 a { background-color: rgb(114,136,80); }

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

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

 span { border-color: rgb(114,136,80); }

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