#728610

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

Shades of Trendy Green #728610

Tints of Trendy Green #728610

Color information

#728610 (or 0x728610) is unknown color: approx Trendy Green. HEX triplet: 72, 86 and 10. RGB value is (114,134,16). Sum of RGB (Red+Green+Blue) = 114+134+16=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #728610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728610 is #8D79EF. Grayscale: #737373. Windows color (decimal): -9271792 or 1082994. OLE color: 1082994.

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

Color convert

RGB11413416-
CMYK0.1500.880.47
HSL70.17º78.67%29.41%-
HSV(B)70.17º88.06%52.55%-
XYZ15.5620.673.66-
YUV114.5772.37127.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 16 (6.64% from 255) = 6.06%
R=43.18%
G=50.76%
B=6.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134160.1500.880.4770.1778.6729.41
Hex728610F0582F464f1d
Octal162206201701305710611735
Binary111001010000110100001111010110001011111000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728610; }

 p { color: rgb(114,134,16); }

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

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

 a { background-color: rgb(114,134,16); }

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

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

 span { border-color: rgb(114,134,16); }

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