#729250

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

Shades of Highland #729250

Tints of Highland #729250

Color information

#729250 (or 0x729250) is unknown color: approx Highland. HEX triplet: 72, 92 and 50. RGB value is (114,146,80). Sum of RGB (Red+Green+Blue) = 114+146+80=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #729250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729250 is #8D6DAF. Grayscale: #818181. Windows color (decimal): -9268656 or 5280370. OLE color: 5280370.

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

Color convert

RGB11414680-
CMYK0.2200.450.43
HSL89.09º29.2%44.31%-
HSV(B)89.09º45.21%57.25%-
XYZ18.6724.7111.38-
YUV128.91100.4117.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=33.53%
G=42.94%
B=23.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146800.2200.450.4389.0929.244.31
Hex7292501602D2B591d2c
Octal16222212026055531313554
Binary1110010100100101010000101100101101101011101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729250; }

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

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

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

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

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

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

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

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