#728065

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

Shades of Camouflage Green #728065

Tints of Camouflage Green #728065

Color information

#728065 (or 0x728065) is unknown color: approx Camouflage Green. HEX triplet: 72, 80 and 65. RGB value is (114,128,101). Sum of RGB (Red+Green+Blue) = 114+128+101=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #728065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728065 is #8D7F9A. Grayscale: #787878. Windows color (decimal): -9273243 or 6652018. OLE color: 6652018.

HSL color Cylindrical-coordinate representation of color #728065: hue angle of 91.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728065 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB114128101-
CMYK0.1100.210.50
HSL91.11º11.79%44.9%-
HSV(B)91.11º21.09%50.2%-
XYZ17.0119.9615.27-
YUV120.74116.86123.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=33.24%
G=37.32%
B=29.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1141281010.1100.210.5091.1111.7944.9
Hex728065B015325bc2d
Octal16220014513025621331455
Binary1110010100000001100101101101010111001010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728065; }

 p { color: rgb(114,128,101); }

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

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

 a { background-color: rgb(114,128,101); }

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

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

 span { border-color: rgb(114,128,101); }

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