#728E55

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

Shades of Highland #728E55

Tints of Highland #728E55

Color information

#728E55 (or 0x728E55) is unknown color: approx Highland. HEX triplet: 72, 8E and 55. RGB value is (114,142,85). Sum of RGB (Red+Green+Blue) = 114+142+85=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #728E55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E55 is #8D71AA. Grayscale: #7F7F7F. Windows color (decimal): -9269675 or 5607026. OLE color: 5607026.

HSL color Cylindrical-coordinate representation of color #728E55: hue angle of 89.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #728E55 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB11414285-
CMYK0.2000.400.44
HSL89.47º25.11%44.51%-
HSV(B)89.47º40.14%55.69%-
XYZ18.2523.5812.18-
YUV127.13104.22118.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 142 (55.86% from 255) = 41.64%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=33.43%
G=41.64%
B=24.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114142850.2000.400.4489.4725.1144.51
Hex728E55140282C59192d
Octal16221612524050541313155
Binary1110010100011101010101101000101000101100101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,142,85); }

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

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

 a { background-color: rgb(114,142,85); }

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

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

 span { border-color: rgb(114,142,85); }

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